Skip to content

Commit 49c838f

Browse files
committed
use upload-artifact@v4
1 parent 0475ad0 commit 49c838f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ jobs:
7777
run: cpack
7878

7979
- name: Upload artifacts
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: visioncpp
8383
path: |
8484
./build/*.tar.gz
8585
./build/*.zip
86+
compression-level: 0

0 commit comments

Comments
 (0)