We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8ee04 commit 4814f3bCopy full SHA for 4814f3b
.github/workflows/upload_file.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Download File
9
run: wget https://github.com/pitycycy/example-github-actions-helloworld/raw/refs/heads/main/hello.txt
10
# 这将从您的工作流中上传工件,且允许您在工作流完成后在作业之间共享数据并存储数据
11
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
12
with:
13
name: my-artifact # 文件名称
14
path: hello.txt # 文件路径
0 commit comments