diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 504afd3..115fc05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v4 - name: Download built artifact ⌛ - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: output name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }} diff --git a/.github/workflows/buildarm64.yml b/.github/workflows/buildarm64.yml index d35901f..24206fe 100644 --- a/.github/workflows/buildarm64.yml +++ b/.github/workflows/buildarm64.yml @@ -134,7 +134,7 @@ jobs: uses: actions/checkout@v4 - name: Download built artifact ⌛ - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: output name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}