Skip to content

Commit

Permalink
Bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue authored Jun 10, 2020
1 parent 5be4f96 commit 09b8591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:

- run: echo hello > path/to/artifact/world.txt

- uses: fixpoint/azblob-upload-artifact@v3
- uses: fixpoint/azblob-upload-artifact@v4
with:
connection-string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
name: my-artifact
Expand All @@ -29,7 +29,7 @@ steps:
To upload artifacts only when the previous step of a job failed, use `if: failure()`:

```yaml
- uses: fixpoint/azblob-upload-artifact@v3
- uses: fixpoint/azblob-upload-artifact@v4
if: failure()
with:
connection-string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
Expand Down

0 comments on commit 09b8591

Please sign in to comment.