Skip to content

Commit 4814f3b

Browse files
committed
fix bug
1 parent bc8ee04 commit 4814f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Download File
99
run: wget https://github.com/pitycycy/example-github-actions-helloworld/raw/refs/heads/main/hello.txt
1010
# 这将从您的工作流中上传工件,且允许您在工作流完成后在作业之间共享数据并存储数据
11-
- uses: actions/upload-artifact@v2
11+
- uses: actions/upload-artifact@v4
1212
with:
1313
name: my-artifact # 文件名称
1414
path: hello.txt # 文件路径

0 commit comments

Comments
 (0)