diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d8a1260..f22da5e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -52,7 +52,7 @@ jobs: pytest tests - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.0 if: matrix.python-version == '3.11' with: token: ${{ secrets.CODECOV_TOKEN }}