chore(ci): Update atrifact actions (#10287) (#10288)

(cherry picked from commit 51a42f6b09)

Co-authored-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Raboneko
2026-03-04 18:46:23 -08:00
committed by GitHub
parent be64811abc
commit f01722efa8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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