Skip to content

Commit 16dbff9

Browse files
authored
Merge pull request #680 from manics/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents d97470c + 3a17e76 commit 16dbff9

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)