1 parent 941586d commit be5cbd8Copy full SHA for be5cbd8
1 file changed
.github/workflows/arch.yaml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
DESTDIR: ${{ github.workspace }}/install
21
- run: tar -zcvf install.tar.gz -C install .
22
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
23
with:
24
name: install
25
path: install.tar.gz
0 commit comments