Skip to content

Commit 975c47d

Browse files
authored
Merge pull request #26 from seipan/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5
2 parents 7ebf423 + b494a25 commit 975c47d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: go test -race -coverprofile=coverage.txt -covermode=atomic
3232

3333
- name: Upload coverage reports to Codecov
34-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v5
3535
env:
3636
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)