We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67eafb commit c6265c4Copy full SHA for c6265c4
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build
21
run: make
22
23
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
24
with:
25
name: build-linux
26
path: otezip
@@ -46,7 +46,7 @@ jobs:
46
- name: Run tests
47
run: make -C test
48
49
50
51
name: build-macos
52
@@ -67,7 +67,7 @@ jobs:
67
meson setup build --backend=ninja
68
ninja -C build
69
70
71
72
name: build-windows
73
path: build/otezip.exe
0 commit comments