Skip to content

Commit 2a83ccb

Browse files
authored
Merge pull request #43 from fenio/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5.3.0
2 parents afb2eb2 + f2d87b2 commit 2a83ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go test -v -coverprofile=coverage.out ./...
3838
3939
- name: Upload coverage reports to Codecov
40-
uses: codecov/codecov-action@v5.2.0
40+
uses: codecov/codecov-action@v5.3.0
4141
with:
4242
files: ./coverage.out
4343
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)