Skip to content

Commit f1a71da

Browse files
committed
Bump Codecov action to version 5.
1 parent 48cca7c commit f1a71da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Test with pytest
4343
run: pytest -v --cov=canopen --cov-report=xml --cov-branch
4444
- name: Upload coverage reports to Codecov
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v5
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848

0 commit comments

Comments
 (0)