Skip to content

Commit 1341235

Browse files
Update actions/upload-artifact action to v4.6.2
1 parent 1b7b3dc commit 1341235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
mv *.AppBundle* dist/
2828
2929
- name: Upload artifact
30-
uses: actions/upload-artifact@v4.4.3
30+
uses: actions/upload-artifact@v4.6.2
3131
with:
3232
name: AppImage
3333
path: 'dist'
3434

3535
- name: Upload version file
36-
uses: actions/[email protected].1
36+
uses: actions/[email protected].2
3737
with:
3838
name: version
3939
path: ~/version

0 commit comments

Comments
 (0)