Skip to content

Commit 843951e

Browse files
authored
Merge pull request #4843 from docker/dependabot/github_actions/codecov/codecov-action-4
build(deps): Bump codecov/codecov-action from 3 to 4
2 parents 2977049 + b123ce6 commit 843951e

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)