Skip to content

Commit 76ae9c0

Browse files
authored
Update README.md (#680)
1 parent 368754b commit 76ae9c0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Github Action to download assets from github release. It can download specifie
88

99
```yaml
1010

11-
- uses: robinraju/release-downloader@v1.8
11+
- uses: robinraju/release-downloader@v1.9
1212
with:
1313
# The source repository path.
1414
# Expected format {owner}/{repo}
@@ -89,7 +89,7 @@ A Github Action to download assets from github release. It can download specifie
8989

9090
```yaml
9191
92-
- uses: robinraju/release-downloader@v1.8
92+
- uses: robinraju/release-downloader@v1.9
9393
with:
9494
latest: true
9595
fileName: "foo.zip"
@@ -99,7 +99,7 @@ A Github Action to download assets from github release. It can download specifie
9999

100100
```yaml
101101
102-
- uses: robinraju/release-downloader@v1.8
102+
- uses: robinraju/release-downloader@v1.9
103103
with:
104104
repository: "owner/repo"
105105
tag: "v1.0.0"
@@ -110,7 +110,7 @@ A Github Action to download assets from github release. It can download specifie
110110

111111
```yaml
112112
113-
- uses: robinraju/release-downloader@v1.8
113+
- uses: robinraju/release-downloader@v1.9
114114
with:
115115
repository: "owner/repo"
116116
latest: true
@@ -122,7 +122,7 @@ A Github Action to download assets from github release. It can download specifie
122122
### Download multiple assets
123123

124124
```yaml
125-
- uses: robinraju/release-downloader@v1.8
125+
- uses: robinraju/release-downloader@v1.9
126126
with:
127127
repository: "owner/repo"
128128
latest: true
@@ -134,7 +134,7 @@ A Github Action to download assets from github release. It can download specifie
134134
### Download all assets if more than one files are available
135135

136136
```yaml
137-
- uses: robinraju/release-downloader@v1.8
137+
- uses: robinraju/release-downloader@v1.9
138138
with:
139139
repository: "owner/repo"
140140
latest: true
@@ -144,7 +144,7 @@ A Github Action to download assets from github release. It can download specifie
144144
### Download assets using wildcard pattern
145145

146146
```yaml
147-
- uses: robinraju/release-downloader@v1.8
147+
- uses: robinraju/release-downloader@v1.9
148148
with:
149149
repository: "owner/repo"
150150
latest: true
@@ -154,7 +154,7 @@ A Github Action to download assets from github release. It can download specifie
154154
### Download a release using its id
155155

156156
```yaml
157-
- uses: robinraju/release-downloader@v1.8
157+
- uses: robinraju/release-downloader@v1.9
158158
with:
159159
releaseId: "123123"
160160
fileName: "foo.zip"
@@ -163,7 +163,7 @@ A Github Action to download assets from github release. It can download specifie
163163
### Download and extracts archives
164164

165165
```yaml
166-
- uses: robinraju/release-downloader@v1.8
166+
- uses: robinraju/release-downloader@v1.9
167167
with:
168168
fileName: "foo.zip"
169169
latest: true
@@ -173,7 +173,7 @@ A Github Action to download assets from github release. It can download specifie
173173
### Download latest prerelease
174174

175175
```yaml
176-
- uses: robinraju/release-downloader@v1.8
176+
- uses: robinraju/release-downloader@v1.9
177177
with:
178178
repository: "owner/repo"
179179
fileName: "foo.zip"

0 commit comments

Comments
 (0)