diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7457b08..db176b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: pytest --junitxml report.xml --cov=. -m "not integration_tests" - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: name: codecov files: ./evalme/report.xml