Skip to content

Commit 13e36f2

Browse files
Update actions/upload-artifact action to v4.6.0
1 parent e1c3552 commit 13e36f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
mv *.AppImage* dist/
3131
3232
- name: Upload artifact
33-
uses: actions/upload-artifact@v4.4.0
33+
uses: actions/upload-artifact@v4.6.0
3434
with:
3535
name: AppImage
3636
path: 'dist'

0 commit comments

Comments
 (0)