Skip to content

Commit c6e99f7

Browse files
Update actions/upload-artifact action to v5
1 parent 5749576 commit c6e99f7

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
@@ -39,13 +39,13 @@ jobs:
3939
mv *.AppBundle* dist/
4040
4141
- name: Upload artifact
42-
uses: actions/upload-artifact@v4.6.2
42+
uses: actions/upload-artifact@v5.0.0
4343
with:
4444
name: AppImage-${{ matrix.arch }}
4545
path: 'dist'
4646

4747
- name: Upload version file
48-
uses: actions/upload-artifact@v4.6.2
48+
uses: actions/upload-artifact@v5.0.0
4949
with:
5050
name: version
5151
path: ~/version

0 commit comments

Comments
 (0)