Skip to content

Commit 181539f

Browse files
authored
Merge pull request #379 from wneessen/dependabot/github_actions/codecov/codecov-action-5.0.4
Bump codecov/codecov-action from 5.0.2 to 5.0.4
2 parents 9410381 + b1a294d commit 181539f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
go test -race -shuffle=on --coverprofile=coverage.coverprofile --covermode=atomic ./...
6060
- name: Upload coverage to Codecov
6161
if: success()
62-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
62+
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
6363
with:
6464
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
6565
lint:

0 commit comments

Comments
 (0)