Skip to content

Commit ead4e67

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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.2.0
92+
uses: codecov/codecov-action@v5.3.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)