diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d2b6a92f..dcaa2a52e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1646,7 +1646,7 @@ jobs: with: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: artifacts - name: SSH Setup @@ -1698,7 +1698,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} run: gh release view "${{github.event.release.tag_name}}" --json assets | jq -r '.assets[].name' - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: artifacts - name: Add artifacts to release