Skip to content

Commit 9244796

Browse files
chore(deps): update codecov/codecov-action action to v4.1.0 (#975)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b76a6b4 commit 9244796

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
@@ -27,7 +27,7 @@ jobs:
2727
go test ./... -race -covermode=atomic -coverprofile=coverage.out
2828
2929
- name: Upload coverage to Codecov
30-
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
30+
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
3131
with:
3232
files: coverage.out
3333
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)