Skip to content

Commit 5428301

Browse files
dependabot[bot]thaJeztah
authored andcommitted
build(deps): Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit b123ce6) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 5f1b610 commit 5428301

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
TESTFLAGS: -coverprofile=/tmp/coverage/coverage.txt
6060
-
6161
name: Send to Codecov
62-
uses: codecov/codecov-action@v3
62+
uses: codecov/codecov-action@v4
6363
with:
6464
file: ./build/coverage/coverage.txt

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
targets: test-coverage
3232
-
3333
name: Send to Codecov
34-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v4
3535
with:
3636
file: ./build/coverage/coverage.txt
3737

@@ -73,7 +73,7 @@ jobs:
7373
shell: bash
7474
-
7575
name: Send to Codecov
76-
uses: codecov/codecov-action@v3
76+
uses: codecov/codecov-action@v4
7777
with:
7878
file: /tmp/coverage.txt
7979
working-directory: ${{ env.GOPATH }}/src/github.com/docker/cli

0 commit comments

Comments
 (0)