Commit ee994a0 1 parent 966ed21 commit ee994a0 Copy full SHA for ee994a0
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,23 @@ jobs:
15
15
- uses : actions/checkout@v3
16
16
- name : Run docker compose up
17
17
run : docker compose up
18
- - uses : actions/upload-artifact@v3
18
+ - uses : actions/upload-artifact@v4
19
19
with :
20
20
name : ventoy-windows
21
21
path : INSTALL/ventoy-*windows*
22
- - uses : actions/upload-artifact@v3
22
+ - uses : actions/upload-artifact@v4
23
23
with :
24
24
name : ventoy-linux
25
25
path : INSTALL/ventoy-*linux*
26
- - uses : actions/upload-artifact@v3
26
+ - uses : actions/upload-artifact@v4
27
27
with :
28
28
name : ventoy-livecd
29
29
path : INSTALL/ventoy-*livecd*
30
- - uses : actions/upload-artifact@v3
30
+ - uses : actions/upload-artifact@v4
31
31
with :
32
32
name : SHA256SUM
33
33
path : INSTALL/sha256.txt
34
- - uses : actions/upload-artifact@v3
34
+ - uses : actions/upload-artifact@v4
35
35
with :
36
36
name : xxx-build-log
37
37
path : DOC/build.log
You can’t perform that action at this time.
0 commit comments