diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aabcbe1..f21e169 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,6 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == 3.13 - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml