We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c00628 + 6961eff commit a2897ddCopy full SHA for a2897dd
.github/workflows/ci-test.yaml
@@ -63,7 +63,7 @@ jobs:
63
go mod tidy -v -x -compat=1.24 # goreleaser does the same; can find lingering issues
64
echo TIDY RESULTS START; git diff || true; echo TIDY RESULTS END
65
- name: Upload to codecov.io
66
- uses: codecov/codecov-action@v3.1.0
+ uses: codecov/codecov-action@v5.4.3
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
file: ./coverage.txt
0 commit comments