diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 234bd2f..b8fef49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.12' # codecov/codecov-action@v6.0.0 - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: files: sdk/coverage.xml token: ${{ secrets.CODECOV_TOKEN }}