Skip to content

Commit f897541

Browse files
authored
Merge pull request #984 from elgohr/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 5966c11 + 84d3f93 commit f897541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "Using ${DOCKER_HOST}"
2121
go test -race -timeout 0 -coverprofile=coverage.txt -covermode=atomic ./...
2222
- name: Coverage
23-
uses: codecov/codecov-action@v4
23+
uses: codecov/codecov-action@v5
2424
with:
2525
file: coverage.txt
2626

0 commit comments

Comments
 (0)