diff --git a/.github/workflows/build-linux-installer-deb.yml b/.github/workflows/build-linux-installer-deb.yml index 21a4f4500edf..ee48b3e07c1a 100644 --- a/.github/workflows/build-linux-installer-deb.yml +++ b/.github/workflows/build-linux-installer-deb.yml @@ -291,7 +291,7 @@ jobs: - uses: Chia-Network/actions/clean-workspace@main - name: Download packages - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 id: download with: name: chia-installers-linux-deb-${{ matrix.arch.artifact-name }} diff --git a/.github/workflows/build-linux-installer-rpm.yml b/.github/workflows/build-linux-installer-rpm.yml index 78074041381d..b9c9f3fe81c6 100644 --- a/.github/workflows/build-linux-installer-rpm.yml +++ b/.github/workflows/build-linux-installer-rpm.yml @@ -302,7 +302,7 @@ jobs: - uses: Chia-Network/actions/clean-workspace@main - name: Download packages - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 id: download with: name: chia-installers-linux-rpm-intel diff --git a/.github/workflows/build-macos-installers.yml b/.github/workflows/build-macos-installers.yml index 49a700d8c32a..2957d4d40bd6 100644 --- a/.github/workflows/build-macos-installers.yml +++ b/.github/workflows/build-macos-installers.yml @@ -322,7 +322,7 @@ jobs: - uses: Chia-Network/actions/clean-workspace@main - name: Download packages - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 id: download with: name: chia-installers-macos-dmg-${{ matrix.arch.artifact-name }} diff --git a/.github/workflows/build-windows-installer.yml b/.github/workflows/build-windows-installer.yml index 85162ee43c1f..b5219643b9f8 100644 --- a/.github/workflows/build-windows-installer.yml +++ b/.github/workflows/build-windows-installer.yml @@ -336,7 +336,7 @@ jobs: - uses: Chia-Network/actions/clean-workspace@main - name: Download packages - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: chia-installers-windows-exe-intel path: packages diff --git a/.github/workflows/reflow-publish-installer.yml b/.github/workflows/reflow-publish-installer.yml index 86973e689157..ce44f9f2e45b 100644 --- a/.github/workflows/reflow-publish-installer.yml +++ b/.github/workflows/reflow-publish-installer.yml @@ -59,7 +59,7 @@ jobs: directories: ${{ steps.create-venv.outputs.activate-venv-directories }} - name: Download constraints file - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: constraints-file-${{ matrix.arch.artifact-name }} path: venv @@ -69,7 +69,7 @@ jobs: pip install --constraint venv/constraints.txt py3createtorrent - name: Download packages - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: chia-installers-${{ matrix.os.artifact-platform-name }}-${{ matrix.os.file-type.extension }}-${{ matrix.arch.artifact-name }} path: artifacts/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 594041d155ba..5e35fe97b8b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -207,7 +207,7 @@ jobs: - name: Download Results if: false - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true pattern: junit-data-* @@ -233,7 +233,7 @@ jobs: if-no-files-found: error - name: Download Coverage - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true pattern: coverage-data-*