From fc710e9b2c23a668e5405cc36e5061f1665b6128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:49:08 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gen_centos9_continuous.yml | 2 +- .github/workflows/gen_centos9_tag.yml | 2 +- .github/workflows/gen_debian11_continuous.yml | 2 +- .github/workflows/gen_debian11_tag.yml | 2 +- .github/workflows/gen_debian12_continuous.yml | 2 +- .github/workflows/gen_debian12_tag.yml | 2 +- .github/workflows/gen_fedora39_continuous.yml | 2 +- .github/workflows/gen_fedora39_tag.yml | 2 +- .github/workflows/gen_fedora40_continuous.yml | 2 +- .github/workflows/gen_fedora40_tag.yml | 2 +- .github/workflows/gen_fedora41_continuous.yml | 2 +- .github/workflows/gen_fedora41_tag.yml | 2 +- .github/workflows/gen_macos_tag.yml | 2 +- .github/workflows/gen_ubuntu20.04_continuous.yml | 2 +- .github/workflows/gen_ubuntu20.04_tag.yml | 2 +- .github/workflows/gen_ubuntu22.04_continuous.yml | 2 +- .github/workflows/gen_ubuntu22.04_tag.yml | 2 +- .github/workflows/gen_ubuntu24.04_continuous.yml | 2 +- .github/workflows/gen_ubuntu24.04_tag.yml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/gen_centos9_continuous.yml b/.github/workflows/gen_centos9_continuous.yml index 12809297f..56229e216 100644 --- a/.github/workflows/gen_centos9_continuous.yml +++ b/.github/workflows/gen_centos9_continuous.yml @@ -145,7 +145,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "centos9" - name: "Checksum" diff --git a/.github/workflows/gen_centos9_tag.yml b/.github/workflows/gen_centos9_tag.yml index 3ceb600b8..20e97a5e4 100644 --- a/.github/workflows/gen_centos9_tag.yml +++ b/.github/workflows/gen_centos9_tag.yml @@ -112,7 +112,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "centos9" - name: "Checksum" diff --git a/.github/workflows/gen_debian11_continuous.yml b/.github/workflows/gen_debian11_continuous.yml index afdcca9c7..9d25ab030 100644 --- a/.github/workflows/gen_debian11_continuous.yml +++ b/.github/workflows/gen_debian11_continuous.yml @@ -144,7 +144,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "debian11" - name: "Checksum" diff --git a/.github/workflows/gen_debian11_tag.yml b/.github/workflows/gen_debian11_tag.yml index 6c99917fb..00a943cac 100644 --- a/.github/workflows/gen_debian11_tag.yml +++ b/.github/workflows/gen_debian11_tag.yml @@ -114,7 +114,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "debian11" - name: "Checksum" diff --git a/.github/workflows/gen_debian12_continuous.yml b/.github/workflows/gen_debian12_continuous.yml index d786490c8..cf3b606e2 100644 --- a/.github/workflows/gen_debian12_continuous.yml +++ b/.github/workflows/gen_debian12_continuous.yml @@ -143,7 +143,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "debian12" - name: "Checksum" diff --git a/.github/workflows/gen_debian12_tag.yml b/.github/workflows/gen_debian12_tag.yml index 98620a0b1..cf1a3be14 100644 --- a/.github/workflows/gen_debian12_tag.yml +++ b/.github/workflows/gen_debian12_tag.yml @@ -114,7 +114,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "debian12" - name: "Checksum" diff --git a/.github/workflows/gen_fedora39_continuous.yml b/.github/workflows/gen_fedora39_continuous.yml index cab08c8d6..338aecf72 100644 --- a/.github/workflows/gen_fedora39_continuous.yml +++ b/.github/workflows/gen_fedora39_continuous.yml @@ -142,7 +142,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "fedora39" - name: "Checksum" diff --git a/.github/workflows/gen_fedora39_tag.yml b/.github/workflows/gen_fedora39_tag.yml index cee802704..146194804 100644 --- a/.github/workflows/gen_fedora39_tag.yml +++ b/.github/workflows/gen_fedora39_tag.yml @@ -109,7 +109,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "fedora39" - name: "Checksum" diff --git a/.github/workflows/gen_fedora40_continuous.yml b/.github/workflows/gen_fedora40_continuous.yml index 1d6584cca..75fa8b609 100644 --- a/.github/workflows/gen_fedora40_continuous.yml +++ b/.github/workflows/gen_fedora40_continuous.yml @@ -142,7 +142,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "fedora40" - name: "Checksum" diff --git a/.github/workflows/gen_fedora40_tag.yml b/.github/workflows/gen_fedora40_tag.yml index babeb65fc..994b9c142 100644 --- a/.github/workflows/gen_fedora40_tag.yml +++ b/.github/workflows/gen_fedora40_tag.yml @@ -109,7 +109,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "fedora40" - name: "Checksum" diff --git a/.github/workflows/gen_fedora41_continuous.yml b/.github/workflows/gen_fedora41_continuous.yml index 34042089e..436a9d1cd 100644 --- a/.github/workflows/gen_fedora41_continuous.yml +++ b/.github/workflows/gen_fedora41_continuous.yml @@ -142,7 +142,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "fedora41" - name: "Checksum" diff --git a/.github/workflows/gen_fedora41_tag.yml b/.github/workflows/gen_fedora41_tag.yml index fd17d1f16..c747919aa 100644 --- a/.github/workflows/gen_fedora41_tag.yml +++ b/.github/workflows/gen_fedora41_tag.yml @@ -109,7 +109,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "fedora41" - name: "Checksum" diff --git a/.github/workflows/gen_macos_tag.yml b/.github/workflows/gen_macos_tag.yml index c3172755a..466d1d77a 100644 --- a/.github/workflows/gen_macos_tag.yml +++ b/.github/workflows/gen_macos_tag.yml @@ -85,7 +85,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: "macos" - name: "Checksum" diff --git a/.github/workflows/gen_ubuntu20.04_continuous.yml b/.github/workflows/gen_ubuntu20.04_continuous.yml index aa84360a4..bfbff763e 100644 --- a/.github/workflows/gen_ubuntu20.04_continuous.yml +++ b/.github/workflows/gen_ubuntu20.04_continuous.yml @@ -159,7 +159,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "ubuntu20.04" - name: "Checksum" diff --git a/.github/workflows/gen_ubuntu20.04_tag.yml b/.github/workflows/gen_ubuntu20.04_tag.yml index 2a6f3e338..c3bab609d 100644 --- a/.github/workflows/gen_ubuntu20.04_tag.yml +++ b/.github/workflows/gen_ubuntu20.04_tag.yml @@ -141,7 +141,7 @@ jobs: commit_message: "Automated update to match latest tag" repository: "linuxbrew-wezterm" - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "ubuntu20.04" - name: "Checksum" diff --git a/.github/workflows/gen_ubuntu22.04_continuous.yml b/.github/workflows/gen_ubuntu22.04_continuous.yml index 576643dba..57b01ecad 100644 --- a/.github/workflows/gen_ubuntu22.04_continuous.yml +++ b/.github/workflows/gen_ubuntu22.04_continuous.yml @@ -143,7 +143,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "ubuntu22.04" - name: "Checksum" diff --git a/.github/workflows/gen_ubuntu22.04_tag.yml b/.github/workflows/gen_ubuntu22.04_tag.yml index 53735c695..0a8457995 100644 --- a/.github/workflows/gen_ubuntu22.04_tag.yml +++ b/.github/workflows/gen_ubuntu22.04_tag.yml @@ -114,7 +114,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "ubuntu22.04" - name: "Checksum" diff --git a/.github/workflows/gen_ubuntu24.04_continuous.yml b/.github/workflows/gen_ubuntu24.04_continuous.yml index 05b5598f1..f29a8acd8 100644 --- a/.github/workflows/gen_ubuntu24.04_continuous.yml +++ b/.github/workflows/gen_ubuntu24.04_continuous.yml @@ -143,7 +143,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "ubuntu24.04" - name: "Checksum" diff --git a/.github/workflows/gen_ubuntu24.04_tag.yml b/.github/workflows/gen_ubuntu24.04_tag.yml index 3901b34d9..59d01dae3 100644 --- a/.github/workflows/gen_ubuntu24.04_tag.yml +++ b/.github/workflows/gen_ubuntu24.04_tag.yml @@ -114,7 +114,7 @@ jobs: - name: "checkout repo" uses: actions/checkout@v4 - name: "Download artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "ubuntu24.04" - name: "Checksum"