diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4eb3f68..5cfbd76 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -30,7 +30,7 @@ jobs: run: python -m pytest -vv --cov=postprocessing --cov=scripts --cov-report=xml --cov-report=term - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: github.actor != 'dependabot[bot]' env: @@ -84,7 +84,7 @@ jobs: run: docker compose -f tests/integration/docker-compose.yml down - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: github.actor != 'dependabot[bot]' env: