diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46543465..9c3a918b 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@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml