We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c3072 commit 7b8e014Copy full SHA for 7b8e014
2 files changed
.github/workflows/appimage-nightly.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Make AppImage
36
run: DEVEL_RELEASE=1 /bin/sh ./make-appimage.sh
37
- name: Upload artifact
38
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
39
with:
40
name: AppImage-${{ matrix.arch }}
41
path: dist
.github/workflows/appimage.yml
@@ -31,7 +31,7 @@ jobs:
31
32
run: /bin/sh ./make-appimage.sh
33
34
0 commit comments