We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be4f96 commit 09b8591Copy full SHA for 09b8591
README.md
@@ -19,7 +19,7 @@ steps:
19
20
- run: echo hello > path/to/artifact/world.txt
21
22
- - uses: fixpoint/azblob-upload-artifact@v3
+ - uses: fixpoint/azblob-upload-artifact@v4
23
with:
24
connection-string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
25
name: my-artifact
@@ -29,7 +29,7 @@ steps:
29
To upload artifacts only when the previous step of a job failed, use `if: failure()`:
30
31
```yaml
32
-- uses: fixpoint/azblob-upload-artifact@v3
+- uses: fixpoint/azblob-upload-artifact@v4
33
if: failure()
34
35
0 commit comments