Skip to content

Commit 24bfd53

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c45e891 commit 24bfd53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
cache: yarn
9898

9999
- name: Download artifacts from build
100-
uses: actions/download-artifact@v7
100+
uses: actions/download-artifact@v8
101101

102102
- name: Install dependencies
103103
run: python -mpip install -r dev-requirements-jl${{ matrix.jupyterlab-major }}.*
@@ -123,7 +123,7 @@ jobs:
123123
id-token: write
124124
steps:
125125
- name: Download artifacts from build
126-
uses: actions/download-artifact@v7
126+
uses: actions/download-artifact@v8
127127
with:
128128
name: dist
129129
path: dist
@@ -158,7 +158,7 @@ jobs:
158158
echo "NPM_TAG=$NPM_TAG" >> "$GITHUB_ENV"
159159
160160
- name: Download artifacts from build
161-
uses: actions/download-artifact@v7
161+
uses: actions/download-artifact@v8
162162
with:
163163
name: jsdist
164164
path: jsdist

0 commit comments

Comments
 (0)