Skip to content

Commit d794db8

Browse files
chore(deps): update codecov/codecov-action action to v4.6.0
1 parent 0234955 commit d794db8

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
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: "Upload coverage to Codecov"
5858
if: ${{ runner.os == 'Linux' && matrix.python-version == '3.9' }}
59-
uses: codecov/codecov-action@v4.3.0
59+
uses: codecov/codecov-action@v4.6.0
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
fail_ci_if_error: true

0 commit comments

Comments
 (0)