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 11adaf6 commit b00a337Copy full SHA for b00a337
.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@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
+ uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
31
with:
32
files: coverage.out
33
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments