Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 73af46c

Browse files
chore(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fa80cc commit 73af46c

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ jobs:
325325
cache: true
326326

327327
- name: Download CLI artifact
328-
uses: actions/download-artifact@v4
328+
uses: actions/download-artifact@v5
329329
with:
330330
name: ftl-linux-amd64
331331

332332
- name: Download WASM components
333-
uses: actions/download-artifact@v4
333+
uses: actions/download-artifact@v5
334334
with:
335335
name: wasm-components
336336
path: components/

.github/workflows/release-cli-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
ref: ${{ inputs.tag }}
134134

135135
- name: Download all artifacts
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@v5
137137
with:
138138
path: artifacts
139139

@@ -245,7 +245,7 @@ jobs:
245245
ref: ${{ inputs.tag }}
246246

247247
- name: Download Linux binaries
248-
uses: actions/download-artifact@v4
248+
uses: actions/download-artifact@v5
249249
with:
250250
pattern: ftl-linux-*
251251
path: artifacts

.github/workflows/release-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- uses: actions/checkout@v4
164164

165165
- name: Download artifacts
166-
uses: actions/download-artifact@v4
166+
uses: actions/download-artifact@v5
167167
with:
168168
path: artifacts
169169

.github/workflows/release-go-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- uses: actions/checkout@v4
132132

133133
- name: Download all artifacts
134-
uses: actions/download-artifact@v4
134+
uses: actions/download-artifact@v5
135135
with:
136136
path: artifacts
137137

.github/workflows/release-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
id-token: write
203203
steps:
204204
- name: Download artifacts
205-
uses: actions/download-artifact@v4
205+
uses: actions/download-artifact@v5
206206
with:
207207
name: python-dist
208208
path: dist/

.github/workflows/release-sdk-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
steps:
149149
- name: Download distribution packages
150-
uses: actions/download-artifact@v4
150+
uses: actions/download-artifact@v5
151151
with:
152152
name: python-package-distributions
153153
path: dist/

.github/workflows/release-wasm-component.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
ref: ${{ inputs.tag }}
254254

255255
- name: Download artifacts
256-
uses: actions/download-artifact@v4
256+
uses: actions/download-artifact@v5
257257
with:
258258
name: wasm-component-${{ inputs.component }}
259259
path: artifacts/
@@ -341,7 +341,7 @@ jobs:
341341
ref: ${{ inputs.tag }}
342342

343343
- name: Download artifacts
344-
uses: actions/download-artifact@v4
344+
uses: actions/download-artifact@v5
345345
with:
346346
name: wasm-component-${{ inputs.component }}
347347
path: artifacts/
@@ -386,7 +386,7 @@ jobs:
386386
ref: ${{ inputs.tag }}
387387

388388
- name: Download artifacts
389-
uses: actions/download-artifact@v4
389+
uses: actions/download-artifact@v5
390390
with:
391391
name: wasm-component-${{ inputs.component }}
392392
path: release/

0 commit comments

Comments
 (0)