diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2af9f5..b2db517 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: - name: Upload coverage reports to Codecov if: runner.os == 'Linux' && matrix.python-version == '3.12' - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml