Skip to content

Commit a71224e

Browse files
dependabot[bot]werne2j
authored andcommitted
chore(deps): bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 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@v1...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 b822181 commit a71224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: docker run --network none --env GOPATH="" --rm -v $PWD:/go/work ci make quality
2828

2929
- name: Upload coverage to Codecov
30-
uses: codecov/codecov-action@v1
30+
uses: codecov/codecov-action@v3
3131

3232
- name: Build and test plugin
3333
run: docker run --network none --env GOPATH="" --rm -v $PWD:/go/work ci make e2e

0 commit comments

Comments
 (0)