Skip to content

Commit

Permalink
Merge pull request #78 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 91af28c + b89d3b4 commit d7b3964
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 @@ -61,7 +61,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 d7b3964

Please sign in to comment.