Update README.md

This commit is contained in:
Konrad Pabjan 2019-11-25 13:12:56 -05:00 committed by GitHub
parent 5f1f582ae4
commit 3446296876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ steps:
To upload artifacts only when the previous step of a job failed, use [`if: failure()`](https://help.github.com/en/articles/contexts-and-expression-syntax-for-github-actions#job-status-check-functions):
```yaml
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v1
if: failure()
with:
name: my-artifact