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