Skip to content

Commit a11ff20

Browse files
Bump codecov/codecov-action from 2 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6992099 commit a11ff20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: ${{ ! matrix.coverage }}
7070
- run: go test -race -covermode=atomic -coverprofile=coverage.txt
7171
if: matrix.coverage
72-
- uses: codecov/codecov-action@v2
72+
- uses: codecov/codecov-action@v5
7373
if: matrix.coverage
7474

7575
vuln:

0 commit comments

Comments
 (0)