diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4d1eb53..aecd373 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -93,7 +93,7 @@ jobs: DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} - name: Zip the HTML documentation run: zip-folder --debug --auto-root --outfile "docs.zip" docs/build - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 name: Upload documentation artifacts with: name: QuantumControl