diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7aa648..73b55f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -103,7 +103,7 @@ jobs: echo '############ FIND' find . -name .coverage.* || true find . -name coverage.xml || true - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 name: Codecov Upload with: file: ./tests/coverage.xml