diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8910c54f..49b866bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Upload HTML coverage if: matrix.python-version == '3.12' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: htmlcov path: htmlcov