Skip to content

Commit 69ad49f

Browse files
committed
change upload-artifact to v4
1 parent 104a8fd commit 69ad49f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_codegen.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@ jobs:
3030
bash test.sh ai_coding.py 2>&1 | tee result.txt
3131
3232
- name: Upload artifact test.sh
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: test.sh
3636
path: test.sh
3737

3838
- name: Upload artifact helloworld.py
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: helloworld.py
4242
path: helloworld.py
4343

4444
- name: Upload artifact qsort.py
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: qsort.py
4848
path: qsort.py
4949

5050
- name: Upload artifact askllm.py
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: askllm.py
5454
path: askllm.py
5555

5656
- name: Upload result.txt
57-
uses: actions/upload-artifact@v2
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: result.txt
6060
path: result.txt

0 commit comments

Comments
 (0)