Skip to content

Commit 85a9c94

Browse files
committed
Upgrade to actions/upload-artifact@v4
1 parent c861074 commit 85a9c94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
enable-debug: true
5757

5858
- name: Upload build result
59-
uses: actions/upload-artifact@v2
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: sailfishconnect-${{ matrix.arch }}
6262
path: RPMS
63+
compression-level: 0

0 commit comments

Comments
 (0)