mirror of https://github.com/docker/buildx.git
Merge pull request #2791 from docker/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
This commit is contained in:
commit
9c27be752c
|
@ -131,7 +131,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Send to Codecov
|
name: Send to Codecov
|
||||||
if: always()
|
if: always()
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
directory: ./bin/testreports
|
directory: ./bin/testreports
|
||||||
flags: integration
|
flags: integration
|
||||||
|
@ -203,7 +203,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Send to Codecov
|
name: Send to Codecov
|
||||||
if: always()
|
if: always()
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
directory: ${{ env.TESTREPORTS_DIR }}
|
directory: ${{ env.TESTREPORTS_DIR }}
|
||||||
env_vars: RUNNER_OS
|
env_vars: RUNNER_OS
|
||||||
|
|
Loading…
Reference in New Issue