Downgrade upload and download artifact version
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
run: |
|
||||
cd external && makepkg -s --noconfirm
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: arch-package
|
||||
path: external/*.pkg.tar.zst
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
needs: build_arch
|
||||
steps:
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: arch-package
|
||||
path: ./dist
|
||||
|
||||
Reference in New Issue
Block a user