@@ -79,13 +79,13 @@ jobs:
79
79
run : conda mambabuild --no-test --python ${{ matrix.python }} conda-recipe
80
80
81
81
- name : Upload artifact
82
- uses : actions/upload-artifact@v3
82
+ uses : actions/upload-artifact@v4
83
83
with :
84
84
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
85
85
path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
86
86
87
87
- name : Upload wheels artifact
88
- uses : actions/upload-artifact@v3
88
+ uses : actions/upload-artifact@v4
89
89
with :
90
90
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
91
91
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.WHEELS_NAME }}-*.whl
@@ -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
0 commit comments