Skip to content

Commit 6763b97

Browse files
chore(deps): update codecov/codecov-action action to v3.1.4 (#680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ee2bd5 commit 6763b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go test ./... -race -covermode=atomic -coverprofile=coverage.out
2626
2727
- name: Upload coverage to Codecov
28-
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3
28+
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
files: coverage.out

0 commit comments

Comments
 (0)