Skip to content

Commit 2c6c61e

Browse files
Update actions/upload-artifact action to v5
1 parent 3294f89 commit 2c6c61e

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
@@ -32,7 +32,7 @@ jobs:
3232
run: chmod +x ./*-appimage.sh && ./*-appimage.sh
3333

3434
- name: Upload artifact
35-
uses: actions/upload-artifact@v4.6.2
35+
uses: actions/upload-artifact@v5.0.0
3636
with:
3737
name: AppImage-${{ matrix.arch }}
3838
path: dist

0 commit comments

Comments
 (0)