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 5749576 commit c6e99f7Copy full SHA for c6e99f7
.github/workflows/blank.yml
@@ -39,13 +39,13 @@ jobs:
39
mv *.AppBundle* dist/
40
41
- name: Upload artifact
42
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
43
with:
44
name: AppImage-${{ matrix.arch }}
45
path: 'dist'
46
47
- name: Upload version file
48
49
50
name: version
51
path: ~/version
0 commit comments