Skip to content

Commit c6265c4

Browse files
Bump actions/upload-artifact from 6 to 7
1 parent f67eafb commit c6265c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build
2121
run: make
2222

23-
- uses: actions/upload-artifact@v6
23+
- uses: actions/upload-artifact@v7
2424
with:
2525
name: build-linux
2626
path: otezip
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run tests
4747
run: make -C test
4848

49-
- uses: actions/upload-artifact@v6
49+
- uses: actions/upload-artifact@v7
5050
with:
5151
name: build-macos
5252
path: otezip
@@ -67,7 +67,7 @@ jobs:
6767
meson setup build --backend=ninja
6868
ninja -C build
6969
70-
- uses: actions/upload-artifact@v6
70+
- uses: actions/upload-artifact@v7
7171
with:
7272
name: build-windows
7373
path: build/otezip.exe

0 commit comments

Comments
 (0)