We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38e802 commit 89e782fCopy full SHA for 89e782f
.github/workflows/test-and-tag.yml
@@ -27,7 +27,7 @@ jobs:
27
go test ./... -race -covermode=atomic -coverprofile=coverage.out
28
29
- name: Upload coverage to Codecov
30
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
31
with:
32
files: coverage.out
33
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments