diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3581eba..64bb169 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: needs: [build-using-docker] steps: - name: Download packaged releases - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true - name: List downloaded files