Skip to content

Commit d3c10f3

Browse files
authored
Update README.md
1 parent efa4cd0 commit d3c10f3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

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

8080
```yaml
8181
82-
- uses: robinraju/release-downloader@v1.7
82+
- uses: robinraju/release-downloader@v1.8
8383
with:
8484
latest: true
8585
fileName: "foo.zip"
@@ -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.7
92+
- uses: robinraju/release-downloader@v1.8
9393
with:
9494
repository: "owner/repo"
9595
tag: "v1.0.0"
@@ -100,7 +100,7 @@ A Github Action to download assets from github release. It can download specifie
100100

101101
```yaml
102102
103-
- uses: robinraju/release-downloader@v1.7
103+
- uses: robinraju/release-downloader@v1.8
104104
with:
105105
repository: "owner/repo"
106106
latest: true
@@ -112,7 +112,7 @@ A Github Action to download assets from github release. It can download specifie
112112
### Download multiple assets
113113

114114
```yaml
115-
- uses: robinraju/release-downloader@v1.7
115+
- uses: robinraju/release-downloader@v1.8
116116
with:
117117
repository: "owner/repo"
118118
latest: true
@@ -124,7 +124,7 @@ A Github Action to download assets from github release. It can download specifie
124124
### Download all assets if more than one files are available
125125

126126
```yaml
127-
- uses: robinraju/release-downloader@v1.7
127+
- uses: robinraju/release-downloader@v1.8
128128
with:
129129
repository: "owner/repo"
130130
latest: true
@@ -134,7 +134,7 @@ A Github Action to download assets from github release. It can download specifie
134134
### Download assets using wildcard pattern
135135

136136
```yaml
137-
- uses: robinraju/release-downloader@v1.7
137+
- uses: robinraju/release-downloader@v1.8
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 a release using its id
145145

146146
```yaml
147-
- uses: robinraju/release-downloader@v1.7
147+
- uses: robinraju/release-downloader@v1.8
148148
with:
149149
releaseId: "123123"
150150
fileName: "foo.zip"
@@ -153,7 +153,7 @@ A Github Action to download assets from github release. It can download specifie
153153
### Download and extracts archives
154154

155155
```yaml
156-
- uses: robinraju/release-downloader@v1.7
156+
- uses: robinraju/release-downloader@v1.8
157157
with:
158158
fileName: "foo.zip"
159159
latest: true

0 commit comments

Comments
 (0)