We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4808958 + 0e009cb commit 85c5f08Copy full SHA for 85c5f08
.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@v5.4.3
+ uses: codecov/codecov-action@v5.5.0
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
file: ./coverage.txt
0 commit comments