diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index 184972f4..a9f4af05 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -49,7 +49,7 @@ jobs: - name: Upload Artifacts if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: gh-pages if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`