diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 227c629..6c37f65 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -151,7 +151,7 @@ jobs: done - name: Upload Artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 if: github.ref == 'refs/heads/master' && github.event_name == 'push' with: path: "./dist/"