Skip to content

Commit 5f15da9

Browse files
github-actions: bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b51fa2e commit 5f15da9

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
@@ -105,7 +105,7 @@ jobs:
105105
make truststore-pull-server ENV=${account}
106106
107107
- name: Download build artifacts
108-
uses: actions/download-artifact@v4
108+
uses: actions/download-artifact@v7
109109
with:
110110
name: build-artifacts
111111
path: dist
@@ -164,7 +164,7 @@ jobs:
164164
poetry install --no-root
165165
166166
- name: Download build artifacts
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v7
168168
with:
169169
name: build-artifacts
170170
path: dist

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

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

132132
- name: Download Artifacts
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v7
134134
with:
135135
name: build-artifacts
136136
path: dist

0 commit comments

Comments
 (0)