diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3466ba9..40442c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: # At a minimum this job should upload artifacts using actions/upload-artifact - name: Upload Artifact Build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: github-pages path: dist/* @@ -48,11 +48,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Download Artifact Build - uses: actions/download-artifact@v3 - with: - name: github-pages - - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4