File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments