diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 5b06b2fbf..689f190e3 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -68,7 +68,7 @@ jobs: - name: Explicitly convert coverage to xml run: coverage xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} slug: princeton-nlp/SWE-agent