diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7afe04f9..37a10635 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -137,7 +137,7 @@ jobs: # Coverage: - name: Upload coverage report to codecov - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.0.1 if: steps.check_files.outputs.files_exists == 'true' && runner.os == 'Linux' with: file: ./coverage.xml # optional