diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aca3b8b9..e8d4114c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: coverage-reports: coverage.xml - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v5.2.0 if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot' && matrix.python-version == '3.9' with: token: ${{ secrets.CODECOV_TOKEN }}