diff --git a/.github/workflows/deploy2.yml b/.github/workflows/deploy2.yml index 1c63ca2..bdee550 100644 --- a/.github/workflows/deploy2.yml +++ b/.github/workflows/deploy2.yml @@ -32,7 +32,7 @@ jobs: name: "github-pages" url: "${{ steps.deployment.outputs.page_url }}" steps: - - uses: "actions/download-artifact@v4" + - uses: "actions/download-artifact@v5" with: # Downloads all artifacts from the build job path: "./public" merge-multiple: true