Skip to content

Commit 444440b

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 02cb1ad commit 444440b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: ${{ matrix.version }}
2121
- run: go mod download
2222
- run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
23-
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
23+
- uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5
2424
env:
2525
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2626
golangci-lint:

0 commit comments

Comments
 (0)