We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b544f commit bc81a0bCopy full SHA for bc81a0b
.github/workflows/nightly.yml
@@ -32,7 +32,7 @@ jobs:
32
run: chmod +x ./*-appimage.sh && ./*-appimage.sh
33
34
- name: Upload artifact
35
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
36
with:
37
name: AppImage-${{ matrix.arch }}
38
path: dist
.github/workflows/stable.yml
0 commit comments