diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5330e33..aac63d7 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -61,7 +61,7 @@ jobs: - name: Upload artifact if: github.event_name == 'push' && steps.pages_site.outputs.configured == 'true' - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 deploy: if: github.event_name == 'push' && needs.build.outputs.pages_configured == 'true'