diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b36bac29..9ef70621 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@v5.4.0 + uses: codecov/codecov-action@v5.4.2 if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot' && matrix.python-version == '3.9' with: token: ${{ secrets.CODECOV_TOKEN }}