diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0155c293..5ae3b2d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -130,7 +130,7 @@ jobs: - name: Build Documentation run: pixi run sphinx-build -M html . _build -W --keep-going -a -t draft - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: beta-version path: _build/html @@ -156,7 +156,7 @@ jobs: run: pixi run sphinx-build -M html . _build -W --keep-going -a - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: tagged-version path: _build/html