diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f90354c..19d41de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,7 +53,7 @@ jobs: pytest --junitxml report.xml --cov=. -m "not integration_tests" - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: name: codecov files: ./evalme/report.xml