Skip to content

Commit 09b8591

Browse files
authored
Bump version in README
1 parent 5be4f96 commit 09b8591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919

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

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

3131
```yaml
32-
- uses: fixpoint/azblob-upload-artifact@v3
32+
- uses: fixpoint/azblob-upload-artifact@v4
3333
if: failure()
3434
with:
3535
connection-string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}

0 commit comments

Comments
 (0)