Downgrade upload and download artifact version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user