Skip to content

Commit 8cdc108

Browse files
committed
chore: update codecov
I'm getting gpg signature errors with codecov right now. I'm going to see if upgrading to v6 addresses the issue (unlikely, but worth a try).
1 parent a622a28 commit 8cdc108

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- macos-latest
1919
- windows-latest
2020
steps:
21-
- uses: actions/checkout@v4
22-
- uses: actions/setup-node@v4
21+
- uses: actions/checkout@v6
22+
- uses: actions/setup-node@v6
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- run: npm install
2626
- run: npm run test
2727
- run: npm run check-node-support
2828
- name: Upload coverage reports to Codecov
29-
uses: codecov/codecov-action@v5
29+
uses: codecov/codecov-action@v6
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
3232
fail_ci_if_error: true

0 commit comments

Comments
 (0)