Skip to content

Commit b71dfd6

Browse files
authored
Merge pull request #2 from stacklok/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents 9129a62 + 328b34b commit b71dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: go test -v -race -coverprofile=coverage.out ./...
3838

3939
- name: Upload coverage reports
40-
uses: codecov/codecov-action@v4
40+
uses: codecov/codecov-action@v5
4141
with:
4242
file: ./coverage.out
4343
flags: unittests

0 commit comments

Comments
 (0)