Skip to content

Commit e75f583

Browse files
build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 (#7389)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) --- 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 a83a6f2 commit e75f583

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/post-merge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
timeout-minutes: 60
157157

158158
- name: Download release binaries
159-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
159+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
160160
with:
161161
pattern: binaries-*
162162
merge-multiple: true

.github/workflows/post-tag.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
9292

9393
- name: Download release binaries
94-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
94+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9595
with:
9696
pattern: binaries-*
9797
merge-multiple: true

.github/workflows/pull-request.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: matrix.os == 'darwin'
7979

8080
- name: Download generated artifacts
81-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
81+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
8282
with:
8383
name: generated
8484

@@ -128,7 +128,7 @@ jobs:
128128
go-version: ${{ steps.go_version.outputs.go_version }}
129129

130130
- name: Download generated artifacts
131-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
131+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
132132
with:
133133
name: generated
134134

@@ -184,7 +184,7 @@ jobs:
184184
- 'test/cases/**'
185185
186186
- name: Download generated artifacts
187-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
187+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
188188
with:
189189
name: generated
190190
if: steps.changes.outputs.wasm == 'true'
@@ -210,7 +210,7 @@ jobs:
210210
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
211211

212212
- name: Download generated artifacts
213-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
213+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
214214
with:
215215
name: generated
216216

@@ -229,7 +229,7 @@ jobs:
229229
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
230230

231231
- name: Download generated artifacts
232-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
232+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
233233
with:
234234
name: generated
235235

@@ -252,7 +252,7 @@ jobs:
252252
platforms: arm64
253253

254254
- name: Download release binaries
255-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
255+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
256256
with:
257257
pattern: binaries-*
258258
merge-multiple: true
@@ -301,7 +301,7 @@ jobs:
301301
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
302302

303303
- name: Download release binaries
304-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
304+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
305305
with:
306306
name: binaries-${{ matrix.os }}-${{ matrix.arch }}
307307
path: _release
@@ -325,7 +325,7 @@ jobs:
325325
steps:
326326
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
327327
- name: Download generated artifacts
328-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
328+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
329329
with:
330330
name: generated
331331
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0

0 commit comments

Comments
 (0)