Skip to content

Commit

Permalink
Merge pull request #26 from octet-stream/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4
  • Loading branch information
octet-stream authored Feb 14, 2024
2 parents ea8fc31 + 115a945 commit 1d08012
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: Codecov
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 1d08012

Please sign in to comment.