1
0
Fork 0
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:
Konrad Pabjan 2020-04-30 17:38:24 +02:00
parent 161e2a927b
commit a4da3b6b70

View file

@ -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