Skip to content

Commit abb61df

Browse files
build(deps): Bump actions/download-artifact from 4 to 5 (#13644)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f62cabf commit abb61df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: true
5151

5252
- name: Download Package
53-
uses: actions/download-artifact@v4
53+
uses: actions/download-artifact@v5
5454
with:
5555
name: Packages
5656
path: dist
@@ -86,7 +86,7 @@ jobs:
8686
persist-credentials: false
8787

8888
- name: Download Package
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v5
9090
with:
9191
name: Packages
9292
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
persist-credentials: false
287287

288288
- name: Download Package
289-
uses: actions/download-artifact@v4
289+
uses: actions/download-artifact@v5
290290
with:
291291
name: Packages
292292
path: dist

0 commit comments

Comments
 (0)