Skip to content

Commit 66df413

Browse files
authored
Problem: codecov action v3 is pinging v4 (#458)
1 parent 4e8c133 commit 66df413

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
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
make test-unit-cover
4040
if: env.GIT_DIFF
41-
- uses: codecov/codecov-action@v3
41+
- uses: codecov/codecov-action@v4
4242
with:
4343
file: ./coverage.txt
4444
fail_ci_if_error: true

0 commit comments

Comments
 (0)