Skip to content

Commit bf8756f

Browse files
Update actions/upload-artifact action to v7
1 parent b8219cf commit bf8756f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Make AppImage
6060
run: /bin/sh ./make-appimage.sh
6161
- name: Upload artifact
62-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
62+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363
with:
6464
name: AppImage-${{ matrix.arch }}
6565
path: dist

0 commit comments

Comments
 (0)