From 3491ccb8ab2ca9a2bf4cc0b58a3f8cc821899106 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 19 Jan 2026 09:54:45 -0600 Subject: [PATCH] chore(ci): Update GitHub Actions (#9324) * chore: Update GitHub Actions * hack: Trigger a build Signed-off-by: Gilver * chore: Revert Signed-off-by: Gilver --------- Signed-off-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 0ac7679a08..3c1728b37a 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@v5 + uses: actions/download-artifact@v7 with: merge-multiple: true path: ./artifacts diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index ccfedf9283..370881c0b5 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -98,7 +98,7 @@ jobs: x=${NAME//\//@} echo "name=$x" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: ${{ steps.art.outputs.name }} compression-level: 0 # The RPMs are already compressed :p