diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2413a60..3c4110c7 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@4.1.0 + uses: codecov/codecov-action@v4 if: steps.check_files.outputs.files_exists == 'true' && runner.os == 'Linux' with: file: ./coverage.xml # optional