49
49
- name : Try installing the wheel
50
50
run : bash dss_python/ci/test_wheel.sh
51
51
- name : ' Upload artifacts'
52
- uses : " actions/upload-artifact@v2 "
52
+ uses : " actions/upload-artifact@v3 "
53
53
with :
54
54
name : ' packages'
55
55
path : ' ${{ github.workspace }}/artifacts'
80
80
mkdir -p artifacts_raw
81
81
docker run -e GITHUB_SHA -e GITHUB_REF -v "${PWD}:/build" -w /build $DOCKER_IMAGE bash /build/dss_python/ci/build_linux.sh x86
82
82
- name : ' Upload artifacts'
83
- uses : " actions/upload-artifact@v2 "
83
+ uses : " actions/upload-artifact@v3 "
84
84
with :
85
85
name : ' packages'
86
86
path : ' ${{ github.workspace }}/artifacts'
@@ -110,7 +110,7 @@ jobs:
110
110
# sudo chown -R $UID $CONDA
111
111
# bash dss_python/ci/build_conda.sh
112
112
- name : ' Upload artifacts'
113
- uses : " actions/upload-artifact@v2 "
113
+ uses : " actions/upload-artifact@v3 "
114
114
with :
115
115
name : ' packages'
116
116
path : ' ${{ github.workspace }}/artifacts'
@@ -146,7 +146,7 @@ jobs:
146
146
# sudo chown -R $UID $CONDA
147
147
# bash dss_python/ci/build_conda.sh
148
148
- name : ' Upload artifacts'
149
- uses : " actions/upload-artifact@v2 "
149
+ uses : " actions/upload-artifact@v3 "
150
150
with :
151
151
name : ' packages'
152
152
path : ' ${{ github.workspace }}/artifacts'
@@ -178,7 +178,7 @@ jobs:
178
178
# run: |
179
179
# bash dss_python/ci/build_conda.sh
180
180
- name : ' Upload artifacts'
181
- uses : " actions/upload-artifact@v2 "
181
+ uses : " actions/upload-artifact@v3 "
182
182
with :
183
183
name : ' packages'
184
184
path : ' ${{ github.workspace }}/artifacts'
@@ -194,7 +194,7 @@ jobs:
194
194
with :
195
195
fetch-depth : 0
196
196
path : ' dss_python'
197
- - uses : actions/setup-python@v2
197
+ - uses : actions/setup-python@v3
198
198
with :
199
199
python-version : ' 3.7'
200
200
architecture : ' x86'
@@ -209,7 +209,7 @@ jobs:
209
209
run : |
210
210
bash dss_python/ci/build_wheel.sh
211
211
- name : ' Upload artifacts'
212
- uses : " actions/upload-artifact@v2 "
212
+ uses : " actions/upload-artifact@v3 "
213
213
with :
214
214
name : ' packages'
215
215
path : ' ${{ github.workspace }}/artifacts'
0 commit comments