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:
CrazyMax 2024-11-19 19:06:56 +01:00 committed by GitHub
commit 9c27be752c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ jobs:
-
name: Send to Codecov
if: always()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: ./bin/testreports
flags: integration
@ -203,7 +203,7 @@ jobs:
-
name: Send to Codecov
if: always()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: ${{ env.TESTREPORTS_DIR }}
env_vars: RUNNER_OS