Skip to content

Commit d1f4b64

Browse files
authored
Update upload artifact
1 parent 37ba20d commit d1f4b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version_icon: 'icon_128x128.png'
2626
- name: Upload artifact
2727
if: ${{ env.APP_UPDATE_NEEDED == 'true' }}
28-
uses: actions/upload-artifact@v1
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: ${{ env.APP_SHORT_NAME }}.AppImage
3131
path: 'dist'

0 commit comments

Comments
 (0)