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 37ba20d commit d1f4b64Copy full SHA for d1f4b64
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
version_icon: 'icon_128x128.png'
26
- name: Upload artifact
27
if: ${{ env.APP_UPDATE_NEEDED == 'true' }}
28
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
29
with:
30
name: ${{ env.APP_SHORT_NAME }}.AppImage
31
path: 'dist'
0 commit comments