Downgrade upload and download artifact version
Build / build_arch (push) Successful in 1m16s
Build / publish-release (push) Failing after 56s

This commit is contained in:
2026-05-13 11:04:26 +02:00
parent 15e4caf309
commit 5e70206309
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
run: | run: |
cd external && makepkg -s --noconfirm cd external && makepkg -s --noconfirm
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: arch-package name: arch-package
path: external/*.pkg.tar.zst path: external/*.pkg.tar.zst
@@ -26,7 +26,7 @@ jobs:
needs: build_arch needs: build_arch
steps: steps:
- name: Download Artifact - name: Download Artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: arch-package name: arch-package
path: ./dist path: ./dist