13
13
matrix :
14
14
python : ['3.10', '3.11', '3.12']
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4.1.7
17
17
with :
18
18
fetch-depth : 0
19
19
22
22
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
23
23
24
24
- name : Cache conda packages
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
env :
27
27
CACHE_NUMBER : 0 # Increase to reset cache
28
28
with :
53
53
conda-recipe-cf
54
54
55
55
- name : Upload artifact
56
- uses : actions/upload-artifact@v3
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 : ${{ env.CONDA_BLD }}/${{ env.PACKAGE_NAME }}-*.tar.bz2
73
73
74
74
steps :
75
75
- name : Download artifact
76
- uses : actions/download-artifact@v3
76
+ uses : actions/download-artifact@v4
77
77
with :
78
78
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
79
79
- name : Add conda to system path
@@ -100,7 +100,7 @@ jobs:
100
100
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
101
101
102
102
- name : Cache conda packages
103
- uses : actions/cache@v3
103
+ uses : actions/cache@v4
104
104
env :
105
105
CACHE_NUMBER : 0 # Increase to reset cache
106
106
with :
@@ -133,7 +133,7 @@ jobs:
133
133
env :
134
134
conda-bld : C:\Miniconda\conda-bld\win-64\
135
135
steps :
136
- - uses : actions/checkout@v3
136
+ - uses : actions/checkout@v4.1.7
137
137
with :
138
138
fetch-depth : 0
139
139
@@ -146,7 +146,7 @@ jobs:
146
146
python-version : ${{ matrix.python }}
147
147
148
148
- name : Cache conda packages
149
- uses : actions/cache@v3
149
+ uses : actions/cache@v4
150
150
env :
151
151
CACHE_NUMBER : 3 # Increase to reset cache
152
152
with :
@@ -174,7 +174,7 @@ jobs:
174
174
conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe-cf
175
175
176
176
- name : Upload artifact
177
- uses : actions/upload-artifact@v3
177
+ uses : actions/upload-artifact@v4.4.0
178
178
with :
179
179
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
180
180
path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -197,7 +197,7 @@ jobs:
197
197
198
198
steps :
199
199
- name : Download artifact
200
- uses : actions/download-artifact@v3
200
+ uses : actions/download-artifact@v4
201
201
with :
202
202
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
203
203
@@ -253,7 +253,7 @@ jobs:
253
253
shell : pwsh
254
254
run : Get-Content -Path .\lockfile
255
255
- name : Cache conda packages
256
- uses : actions/cache@v3
256
+ uses : actions/cache@v4
257
257
env :
258
258
CACHE_NUMBER : 0 # Increase to reset cache
259
259
with :
0 commit comments