Skip to content

Commit b9f2f05

Browse files
committed
#3261 appimage: use v4 artifact upload
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent a15751e commit b9f2f05

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-appimage.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- release
88
tags-ignore:
99
- "*"
10+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
11+
paths:
12+
- "src/**"
13+
- ".github/workflows/build-appimage.yml"
1014

1115
defaults:
1216
run:
@@ -92,14 +96,13 @@ jobs:
9296
ls -hal *.AppImage
9397
find -iname "*.AppImage"
9498
pwd
95-
9699
- name: "📤 Upload artifact: AppImage"
97-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4
98101
with:
99102
name: ${{env.EXECUTABLE}}-x86_64.AppImage
100103
path: src/${{env.EXECUTABLE}}-x86_64.AppImage
101104
- name: "📤 Upload artifact: AppImage sha256sum"
102-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
103106
with:
104107
name: ${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum
105108
path: src/${{env.EXECUTABLE}}-x86_64.AppImage.sha256sum

0 commit comments

Comments
 (0)