mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-05-03 17:43:46 +01:00
chore(actions): update upload-artifact to v4 for appimage workflow
This commit is contained in:
parent
c53ce2edea
commit
815a42baba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
mv ./lune-*.AppImage ../out/lune-$LUNE_VERSION.glibc2.34-$(uname -m).AppImage
|
||||
|
||||
- name: Upload generated images
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: lune-0.7.7.glibc2.34-${{ vars.LUNE_VERSION }}.AppImage
|
||||
path: ./package/appimage/out/lune-${{ vars.LUNE_VERSION }}.glibc2.34-${{ matrix.arch }}.AppImage
|
||||
|
|
Loading…
Add table
Reference in a new issue