ci: bump codecov/codecov-action to 4

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-02-05 13:54:55 +01:00
parent 30ae5ceb6e
commit 2c58e6003f
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
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