diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64a538f..19d06cd 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@v7 + uses: actions/download-artifact@v8 with: name: nextjs-build path: out/ @@ -129,7 +129,7 @@ jobs: - name: Download build artifacts if: ${{ env.DEPLOY_ENABLED == 'true' }} - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: nextjs-build path: out/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93181d3..a8c61c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v6 - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts/