We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e140ed + f11522a commit 6b61671Copy full SHA for 6b61671
.github/workflows/go.yml
@@ -35,6 +35,6 @@ jobs:
35
run: go test -v -coverprofile="coverage.txt" -covermode=atomic ./...
36
37
- name: Codecov
38
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments