Skip to content

Commit 3600d39

Browse files
chore(deps): update codecov/codecov-action action to v5.5.1 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3b2509 commit 3600d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
TESTING: true
7979
run: pytest --cov=. --cov-report=xml --cov-report=term-missing -v --cov-fail-under=30 tests/
8080
- name: Upload coverage reports to Codecov
81-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
81+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484

0 commit comments

Comments
 (0)