File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
python : ["3.9", "3.10", "3.11", "3.12"]
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v4.1.7
22
22
with :
23
23
fetch-depth : 0
24
24
53
53
$CHANNELS \
54
54
conda-recipe
55
55
- name : Upload artifact
56
- uses : actions/upload-artifact@v4
56
+ uses : actions/upload-artifact@v4.4.0
57
57
with :
58
58
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
59
59
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
67
67
env :
68
68
conda-bld : C:\Miniconda\conda-bld\win-64\
69
69
steps :
70
- - uses : actions/checkout@v4
70
+ - uses : actions/checkout@v4.1.7
71
71
with :
72
72
fetch-depth : 0
73
73
- uses : conda-incubator/setup-miniconda@v3
91
91
- name : Build conda package
92
92
run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
93
93
- name : Upload artifact
94
- uses : actions/upload-artifact@v4
94
+ uses : actions/upload-artifact@v4.4.0
95
95
with :
96
96
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
97
97
path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
You can’t perform that action at this time.
0 commit comments