diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12658c0..bb663ff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,7 +66,7 @@ jobs: - name: Download build artifacts if: ${{ env.DEPLOY_ENABLED == 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: nextjs-build path: out/ @@ -129,7 +129,7 @@ jobs: - name: Download build artifacts if: ${{ env.DEPLOY_ENABLED == 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: nextjs-build path: out/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3d8f7e..4f1a14a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts/