diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 3e11ea9..53974cd 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -62,7 +62,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./build - name: Deploy to GitHub Pages