Merge pull request #2243 from crazy-max/bump-codecov

ci: bump codecov/codecov-action to 4
This commit is contained in:
CrazyMax 2024-02-05 16:29:37 +01:00 committed by GitHub
commit b36c5196dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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