mirror of
https://github.com/actions/download-artifact.git
synced 2025-11-02 01:23:40 +00:00
Test using v2 upload
This commit is contained in:
parent
161e2a927b
commit
a4da3b6b70
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -57,13 +57,13 @@ jobs:
|
||||
echo ${{ env.gzip-artifact-content }} > path/to/artifact-B/file-B.txt
|
||||
|
||||
- name: Upload artifact A
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: 'Artifact-A'
|
||||
path: path/to/artifact-A
|
||||
|
||||
- name: Upload artifact B
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: 'Artifact-B'
|
||||
path: path/to/artifact-B
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user