diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94e5411..1a03d1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Upload coverage artifact if: ${{ matrix.python-version == '3.14' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-xml path: coverage.xml