Skip to content

Commit 231e762

Browse files
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 0eaef07 commit 231e762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ jobs:
105105

106106
steps:
107107
- name: Download dist
108-
uses: actions/download-artifact@v4
108+
uses: actions/download-artifact@v7
109109
with:
110110
pattern: dist*
111111
path: dist
112112
merge-multiple: true
113113

114114
- name: Download lockfiles
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v7
116116
with:
117117
pattern: lockfiles*
118118
path: lockfiles

0 commit comments

Comments
 (0)