Skip to content

Commit 56bd22f

Browse files
committed
Update to the upload-artifact v4
1 parent 2abcacb commit 56bd22f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: packaging
3838
run: |
3939
make -j -C dist/debian
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
with:
4242
name: iaito-amd64.deb
4343
path: dist/debian/*/*.deb
@@ -69,7 +69,7 @@ jobs:
6969
- name: packaging
7070
run: |
7171
make -C dist/debian
72-
- uses: actions/upload-artifact@v3
72+
- uses: actions/upload-artifact@v4
7373
with:
7474
name: iaito-amd64.deb
7575
path: dist/debian/*/*.deb
@@ -109,7 +109,7 @@ jobs:
109109
- name: packaging
110110
run: |
111111
make -C dist/macos
112-
- uses: actions/upload-artifact@v3
112+
- uses: actions/upload-artifact@v4
113113
with:
114114
name: iaito-x64.dmg
115115
path: dist/macos/iaito.dmg

0 commit comments

Comments
 (0)