diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3bc68b17..36ea19fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == 3.11 - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v6.0.1 with: files: ./coverage.xml