1
0
Fork 0
mirror of https://code.forgejo.org/actions/upload-artifact.git synced 2024-09-20 02:36:06 +02:00

Merge pull request #32 from actions/joshmgross/update-example

Use v1 instead of master in example
This commit is contained in:
Konrad Pabjan 2019-11-21 13:40:51 -05:00 committed by GitHub
commit d83be62f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ steps:
- run: echo hello > path/to/artifact/world.txt - run: echo hello > path/to/artifact/world.txt
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@v1
with: with:
name: my-artifact name: my-artifact
path: path/to/artifact path: path/to/artifact