diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c09113754..dfadba113 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1627,7 +1627,7 @@ jobs: with: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts - name: SSH Setup @@ -1679,7 +1679,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@v4 + uses: actions/download-artifact@v5 with: path: artifacts - name: Add artifacts to release