Skip to content

Commit 6811000

Browse files
github-actions: 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] <[email protected]>
1 parent b0bfcac commit 6811000

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/persistent-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
make truststore-pull-server ENV=${account}
102102
103103
- name: Download build artifacts
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
name: build-artifacts
107107
path: dist
@@ -153,7 +153,7 @@ jobs:
153153
poetry install --no-root
154154
155155
- name: Download build artifacts
156-
uses: actions/download-artifact@v4
156+
uses: actions/download-artifact@v5
157157
with:
158158
name: build-artifacts
159159
path: dist

.github/workflows/pr-env-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
role-session-name: github-actions-ci-${{ needs.set-environment-id.outputs.environment_id }}
129129

130130
- name: Download Artifacts
131-
uses: actions/download-artifact@v4
131+
uses: actions/download-artifact@v5
132132
with:
133133
name: build-artifacts
134134
path: dist

0 commit comments

Comments
 (0)