Skip to content

Commit 7751a1a

Browse files
committed
Bump codecov action.
1 parent dd44cda commit 7751a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pytest tests --cov=fsutil --cov-report=term-missing --cov-fail-under=90
4747
4848
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v4
49+
uses: codecov/codecov-action@v5
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
fail_ci_if_error: false

0 commit comments

Comments
 (0)