mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
ci: bump codecov/codecov-action to 4
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
30ae5ceb6e
commit
2c58e6003f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Send to Codecov
|
name: Send to Codecov
|
||||||
if: always()
|
if: always()
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
directory: ./bin/testreports
|
directory: ./bin/testreports
|
||||||
flags: integration
|
flags: integration
|
||||||
@ -183,7 +183,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Send to Codecov
|
name: Send to Codecov
|
||||||
if: always()
|
if: always()
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
directory: ${{ env.TESTREPORTS_DIR }}
|
directory: ${{ env.TESTREPORTS_DIR }}
|
||||||
env_vars: RUNNER_OS
|
env_vars: RUNNER_OS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user