Skip to content

Commit 4090fad

Browse files
authored
Merge pull request moby#5520 from moby/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 2affb94 + 9ceaf74 commit 4090fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
-
179179
name: Send to Codecov
180180
if: always()
181-
uses: codecov/codecov-action@v4
181+
uses: codecov/codecov-action@v5
182182
with:
183183
directory: ./bin/testreports
184184
flags: ${{ matrix.codecov_flags }}

.github/workflows/test-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
-
148148
name: Send to Codecov
149149
if: always()
150-
uses: codecov/codecov-action@v4
150+
uses: codecov/codecov-action@v5
151151
with:
152152
directory: ./bin/testreports
153153
env_vars: RUNNER_OS

0 commit comments

Comments
 (0)