Skip to content

Commit

Permalink
Merge pull request #7 from octet-stream/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4
  • Loading branch information
octet-stream authored Feb 14, 2024
2 parents c516f57 + d18b454 commit 86a923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: pnpm run ci

- name: Upload codecov report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.node == '20.x' && matrix.os == 'ubuntu-latest'
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
Expand Down

0 comments on commit 86a923e

Please sign in to comment.