We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ebf423 + b494a25 commit 975c47dCopy full SHA for 975c47d
1 file changed
.github/workflows/go.yml
@@ -31,6 +31,6 @@ jobs:
31
run: go test -race -coverprofile=coverage.txt -covermode=atomic
32
33
- name: Upload coverage reports to Codecov
34
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
35
env:
36
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments