File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,31 +30,31 @@ jobs:
30
30
bash test.sh ai_coding.py 2>&1 | tee result.txt
31
31
32
32
- name : Upload artifact test.sh
33
- uses : actions/upload-artifact@v2
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : test.sh
36
36
path : test.sh
37
37
38
38
- name : Upload artifact helloworld.py
39
- uses : actions/upload-artifact@v2
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : helloworld.py
42
42
path : helloworld.py
43
43
44
44
- name : Upload artifact qsort.py
45
- uses : actions/upload-artifact@v2
45
+ uses : actions/upload-artifact@v4
46
46
with :
47
47
name : qsort.py
48
48
path : qsort.py
49
49
50
50
- name : Upload artifact askllm.py
51
- uses : actions/upload-artifact@v2
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : askllm.py
54
54
path : askllm.py
55
55
56
56
- name : Upload result.txt
57
- uses : actions/upload-artifact@v2
57
+ uses : actions/upload-artifact@v4
58
58
with :
59
59
name : result.txt
60
60
path : result.txt
You can’t perform that action at this time.
0 commit comments