File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
$CHANNELS \
52
52
conda-recipe
53
53
- name : Upload artifact
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
57
57
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
71
71
72
72
steps :
73
73
- name : Download artifact
74
- uses : actions/download-artifact@v3
74
+ uses : actions/download-artifact@v4
75
75
with :
76
76
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
77
77
- name : Add conda to system path
@@ -152,7 +152,7 @@ jobs:
152
152
- name : Build conda package
153
153
run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
154
154
- name : Upload artifact
155
- uses : actions/upload-artifact@v3
155
+ uses : actions/upload-artifact@v4
156
156
with :
157
157
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
158
158
path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -175,7 +175,7 @@ jobs:
175
175
176
176
steps :
177
177
- name : Download artifact
178
- uses : actions/download-artifact@v3
178
+ uses : actions/download-artifact@v4
179
179
with :
180
180
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
181
181
- uses : conda-incubator/setup-miniconda@v3
You can’t perform that action at this time.
0 commit comments