Skip to content

Commit 3a17e76

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] <support@github.com>
1 parent d97470c commit 3a17e76

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@v6
100+
uses: actions/download-artifact@v7
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@v6
126+
uses: actions/download-artifact@v7
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@v6
161+
uses: actions/download-artifact@v7
162162
with:
163163
name: jsdist
164164
path: jsdist

0 commit comments

Comments
 (0)