Skip to content

Commit 92d9a65

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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 ef159bf commit 92d9a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: npm ci
6868

6969
- name: Download build artifact
70-
uses: actions/download-artifact@v6
70+
uses: actions/download-artifact@v7
7171
with:
7272
name: package
7373
path: .
@@ -105,7 +105,7 @@ jobs:
105105
run: npm ci
106106

107107
- name: Download build artifact
108-
uses: actions/download-artifact@v6
108+
uses: actions/download-artifact@v7
109109
with:
110110
name: package
111111
path: ./package

0 commit comments

Comments
 (0)