diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 622615a4..2dc632fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v5 - name: Download built artifact ⌛ - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: output name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}