diff --git a/.github/workflows/build_arm64_old.yml b/.github/workflows/build_arm64_old.yml index 867f6a6..cbffc5f 100644 --- a/.github/workflows/build_arm64_old.yml +++ b/.github/workflows/build_arm64_old.yml @@ -130,7 +130,7 @@ jobs: uses: actions/checkout@v6 - name: Download built artifact ⌛ - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: output name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }} diff --git a/.github/workflows/build_old.yml b/.github/workflows/build_old.yml index 51e4853..5399ab2 100644 --- a/.github/workflows/build_old.yml +++ b/.github/workflows/build_old.yml @@ -143,7 +143,7 @@ jobs: uses: actions/checkout@v6 - name: Download built artifact ⌛ - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: output name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}