We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f192b17 commit e7a8843Copy full SHA for e7a8843
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@v4
+ uses: codecov/codecov-action@v5
41
if: matrix.perl == 'latest'
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments