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

Commit 4d49dac

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 35b2834 commit 4d49dac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,12 @@ jobs:
294294
cache: true
295295

296296
- name: Download CLI artifact
297-
uses: actions/download-artifact@v4
297+
uses: actions/download-artifact@v5
298298
with:
299299
name: ftl-linux-amd64
300300

301301
- name: Download WASM components
302-
uses: actions/download-artifact@v4
302+
uses: actions/download-artifact@v5
303303
with:
304304
name: wasm-components
305305
path: components/

.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-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/

0 commit comments

Comments
 (0)