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 @@ -140,7 +140,7 @@ jobs:
140
140
echo "EXAMPLES_PATH=$CONDA_PREFIX/${{ runner.os == 'Linux' && format('lib/python{0}',matrix.python) || 'Lib' }}/site-packages/numba_dpex/examples/" | tr "\\" "/" >> $GITHUB_ENV
141
141
142
142
- name : Download artifact
143
- uses : actions/download-artifact@v3
143
+ uses : actions/download-artifact@v4
144
144
with :
145
145
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
146
146
path : ${{ env.PKG_PATH_IN_CHANNEL }}
@@ -273,12 +273,12 @@ jobs:
273
273
274
274
steps :
275
275
- name : Download artifact
276
- uses : actions/download-artifact@v3
276
+ uses : actions/download-artifact@v4
277
277
with :
278
278
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
279
279
280
280
- name : Download wheels artifact
281
- uses : actions/download-artifact@v3
281
+ uses : actions/download-artifact@v4
282
282
with :
283
283
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
284
284
You can’t perform that action at this time.
0 commit comments