Skip to content

Commit 7768c40

Browse files
dependabot[bot]raymond-lam
authored andcommitted
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fd94a3 commit 7768c40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ jobs:
152152
with:
153153
node-version: 22
154154
- run: npm ci
155-
- uses: actions/download-artifact@v5
155+
- uses: actions/download-artifact@v6
156156
with:
157157
name: dist
158158
path: dist
159159
- working-directory: ./example
160160
run: npm install
161-
- uses: actions/download-artifact@v5
161+
- uses: actions/download-artifact@v6
162162
with:
163163
name: example-app
164164
path: example/out
@@ -188,7 +188,7 @@ jobs:
188188
registry-url: https://registry.npmjs.org/
189189
node-version: 22
190190
- run: npm ci
191-
- uses: actions/download-artifact@v5
191+
- uses: actions/download-artifact@v6
192192
with:
193193
name: dist
194194
path: dist

0 commit comments

Comments
 (0)