We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 613ca07 + 179cd91 commit 0538804Copy full SHA for 0538804
1 file changed
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Upload coverage to Codecov
55
if: success() && matrix.go == '1.25' && matrix.os == 'ubuntu-latest'
56
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
59
fail_ci_if_error: false
0 commit comments