Skip to content

Commit de3e6f5

Browse files
build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 (#286)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@65a9edc...fa0a91b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5878de0 commit de3e6f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/s3-gateway.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
chmod +x mc
8484
8585
- name: Download artifact
86-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
86+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
8787
with:
8888
name: oss
8989
path: ${{ runner.temp }}
@@ -109,7 +109,7 @@ jobs:
109109
driver: docker
110110

111111
- name: Download artifact
112-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
112+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
113113
with:
114114
name: oss
115115
path: ${{ runner.temp }}
@@ -167,7 +167,7 @@ jobs:
167167
chmod +x mc
168168
169169
- name: Download artifact
170-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
170+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
171171
with:
172172
name: latest-njs
173173
path: ${{ runner.temp }}
@@ -194,7 +194,7 @@ jobs:
194194
driver: docker
195195

196196
- name: Download artifact
197-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
197+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
198198
with:
199199
name: oss
200200
path: ${{ runner.temp }}
@@ -252,7 +252,7 @@ jobs:
252252
chmod +x mc
253253
254254
- name: Download artifact
255-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
255+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
256256
with:
257257
name: unprivileged
258258
path: ${{ runner.temp }}

0 commit comments

Comments
 (0)