Skip to content

Commit

Permalink
[FIX]: CI: Update to codecov-action@v4
Browse files Browse the repository at this point in the history
* [IMP]: Bump codecov action

* CI: Update to codecov-action@v4
  • Loading branch information
bosd authored Aug 21, 2024
1 parent b620607 commit 2dc37da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,6 @@ jobs:
nox --session=coverage -- xml -i
- name: Upload coverage report
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2dc37da

Please sign in to comment.