Skip to content

Commit c0fce29

Browse files
dependabot[bot]raymond-lam
authored andcommitted
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2da09f4 commit c0fce29

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
@@ -151,13 +151,13 @@ jobs:
151151
with:
152152
node-version: 20
153153
- run: npm ci
154-
- uses: actions/download-artifact@v3
154+
- uses: actions/download-artifact@v4
155155
with:
156156
name: dist
157157
path: dist
158158
- working-directory: ./example
159159
run: npm install
160-
- uses: actions/download-artifact@v3
160+
- uses: actions/download-artifact@v4
161161
with:
162162
name: example-app
163163
path: example/out
@@ -187,7 +187,7 @@ jobs:
187187
registry-url: https://registry.npmjs.org/
188188
node-version: 20
189189
- run: npm ci
190-
- uses: actions/download-artifact@v3
190+
- uses: actions/download-artifact@v4
191191
with:
192192
name: dist
193193
path: dist

0 commit comments

Comments
 (0)