We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef1f2d8 + 7562b6b commit f6534a6Copy full SHA for f6534a6
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
run: make v3diff
54
55
- if: success() && matrix.go == 'stable' && matrix.os == 'ubuntu-latest'
56
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
59
fail_ci_if_error: true
0 commit comments