Skip to content

Commit 8de4125

Browse files
Update codecov/codecov-action action to v5.5.1
1 parent 47a5256 commit 8de4125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Run tests and collect coverage
1919
run: python3 -m pytest --cov=src --cov-report=xml
2020
- name: Upload coverage reports to Codecov with GitHub Action
21-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
21+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
2222
env:
2323
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)