We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00a82d commit 01103fcCopy full SHA for 01103fc
1 file changed
.github/workflows/ci-tests.yaml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
39
- name: Upload coverage to ☂️ Codecov
40
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
41
if: matrix.perl == 'latest'
42
with:
43
file: cover_db/codecov.json
0 commit comments