From f01722efa8f4d8546f44b7e27891a69114e0526c Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:46:23 -0800 Subject: [PATCH] chore(ci): Update atrifact actions (#10287) (#10288) (cherry picked from commit 51a42f6b0909c79e62f0c53bbb8c1fe5f8e82962) Co-authored-by: Gilver --- .github/workflows/autobuild.yml | 2 +- .github/workflows/json-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 0cbecb3842..fa83d420ec 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -51,7 +51,7 @@ jobs: image: ghcr.io/terrapkg/appstream-generator:main steps: - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: merge-multiple: true path: ./artifacts diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index 8242a5f1f4..604ee2503b 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -74,7 +74,7 @@ jobs: x=${NAME//\//@} echo "name=$x" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: ${{ steps.art.outputs.name }} compression-level: 0 # The RPMs are already compressed :p