Skip to content

Commit c0cc459

Browse files
chore(deps): update codecov/codecov-action action to v5.4.0 (#394)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c36da36 commit c0cc459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
coverage-reports: coverage.xml
9090

9191
- name: "Upload coverage to Codecov"
92-
uses: codecov/codecov-action@v5.3.1
92+
uses: codecov/codecov-action@v5.4.0
9393
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot' && matrix.python-version == '3.9'
9494
with:
9595
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)