diff --git a/.github/workflows/build-linux-installer-deb.yml b/.github/workflows/build-linux-installer-deb.yml index 904e327da8da..28d81eb950cf 100644 --- a/.github/workflows/build-linux-installer-deb.yml +++ b/.github/workflows/build-linux-installer-deb.yml @@ -300,7 +300,7 @@ jobs: - uses: Chia-Network/actions/clean-workspace@main - name: Download packages - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 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 1ca85954b123..2e009685672d 100644 --- a/.github/workflows/build-linux-installer-rpm.yml +++ b/.github/workflows/build-linux-installer-rpm.yml @@ -312,7 +312,7 @@ jobs: sed -i -e 's|^mirrorlist=|#mirrorlist=|' -e 's|^#baseurl=http://dl\.rockylinux\.org/|baseurl=https://dl.rockylinux.org/|' /etc/yum.repos.d/rocky-*.repo - name: Download packages - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 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 51bb0bfe846e..e069c1ad7042 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@v5 + uses: actions/download-artifact@v6 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 23b392c13499..1e9c446b5c10 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@v5 + uses: actions/download-artifact@v6 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 8220a31074be..292e2479c269 100644 --- a/.github/workflows/reflow-publish-installer.yml +++ b/.github/workflows/reflow-publish-installer.yml @@ -60,7 +60,7 @@ jobs: directories: ${{ steps.create-venv.outputs.activate-venv-directories }} - name: Download constraints file - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: constraints-file-${{ matrix.arch.artifact-name }} path: venv @@ -70,7 +70,7 @@ jobs: pip install --constraint venv/constraints.txt py3createtorrent - name: Download packages - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 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 53d680ba4de0..589ae0dc25a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -236,7 +236,7 @@ jobs: - name: Download Results if: false - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: merge-multiple: true pattern: junit-data-* @@ -262,7 +262,7 @@ jobs: if-no-files-found: error - name: Download Coverage - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: merge-multiple: true pattern: coverage-data-*