mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-07-07 10:46:06 +02:00
Test using v2 upload
This commit is contained in:
parent
161e2a927b
commit
a4da3b6b70
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue