Skip to content

Commit 49b7c24

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

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/daily-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ref: ${{ github.ref }}
8787

8888
- name: Get build artifacts
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: build-artifacts
9292
path: dist

.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@v8
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@v8
168168
with:
169169
name: build-artifacts
170170
path: dist

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: ${{ github.ref }}
5555

5656
- name: Get build artifacts
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v8
5858
with:
5959
name: build-artifacts
6060
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@v8
134134
with:
135135
name: build-artifacts
136136
path: dist

0 commit comments

Comments
 (0)