Skip to content

Commit

Permalink
CI: Bump codecov/codecov-action from v3 to v4 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz-bot authored Mar 24, 2024
1 parent 0acf25c commit adbbe6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
architecture: 'x64'
- run: pip install tox tox-gh-actions
- run: tox
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit adbbe6d

Please sign in to comment.