Skip to content

Commit ee994a0

Browse files
committed
github ai version update
1 parent 966ed21 commit ee994a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- name: Run docker compose up
1717
run: docker compose up
18-
- uses: actions/upload-artifact@v3
18+
- uses: actions/upload-artifact@v4
1919
with:
2020
name: ventoy-windows
2121
path: INSTALL/ventoy-*windows*
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: ventoy-linux
2525
path: INSTALL/ventoy-*linux*
26-
- uses: actions/upload-artifact@v3
26+
- uses: actions/upload-artifact@v4
2727
with:
2828
name: ventoy-livecd
2929
path: INSTALL/ventoy-*livecd*
30-
- uses: actions/upload-artifact@v3
30+
- uses: actions/upload-artifact@v4
3131
with:
3232
name: SHA256SUM
3333
path: INSTALL/sha256.txt
34-
- uses: actions/upload-artifact@v3
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: xxx-build-log
3737
path: DOC/build.log

0 commit comments

Comments
 (0)