Skip to content

Commit af9714a

Browse files
dependabot(deps): bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4a4bd9 commit af9714a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
go-version: '^1.19'
1414
- run: "PATH=/usr/local/go/bin:$PATH make test-cover"
15-
- uses: codecov/codecov-action@v2
15+
- uses: codecov/codecov-action@v3
1616
with:
1717
file: ./coverage.out
1818
fail_ci_if_error: true

0 commit comments

Comments
 (0)