Skip to content

Commit 8dc4285

Browse files
committed
CI: handle warnings from GitHub Actions
1 parent 948dae5 commit 8dc4285

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/builds.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Try installing the wheel
5050
run: bash dss_python/ci/test_wheel.sh
5151
- name: 'Upload artifacts'
52-
uses: "actions/upload-artifact@v2"
52+
uses: "actions/upload-artifact@v3"
5353
with:
5454
name: 'packages'
5555
path: '${{ github.workspace }}/artifacts'
@@ -80,7 +80,7 @@ jobs:
8080
mkdir -p artifacts_raw
8181
docker run -e GITHUB_SHA -e GITHUB_REF -v "${PWD}:/build" -w /build $DOCKER_IMAGE bash /build/dss_python/ci/build_linux.sh x86
8282
- name: 'Upload artifacts'
83-
uses: "actions/upload-artifact@v2"
83+
uses: "actions/upload-artifact@v3"
8484
with:
8585
name: 'packages'
8686
path: '${{ github.workspace }}/artifacts'
@@ -110,7 +110,7 @@ jobs:
110110
# sudo chown -R $UID $CONDA
111111
# bash dss_python/ci/build_conda.sh
112112
- name: 'Upload artifacts'
113-
uses: "actions/upload-artifact@v2"
113+
uses: "actions/upload-artifact@v3"
114114
with:
115115
name: 'packages'
116116
path: '${{ github.workspace }}/artifacts'
@@ -146,7 +146,7 @@ jobs:
146146
# sudo chown -R $UID $CONDA
147147
# bash dss_python/ci/build_conda.sh
148148
- name: 'Upload artifacts'
149-
uses: "actions/upload-artifact@v2"
149+
uses: "actions/upload-artifact@v3"
150150
with:
151151
name: 'packages'
152152
path: '${{ github.workspace }}/artifacts'
@@ -178,7 +178,7 @@ jobs:
178178
# run: |
179179
# bash dss_python/ci/build_conda.sh
180180
- name: 'Upload artifacts'
181-
uses: "actions/upload-artifact@v2"
181+
uses: "actions/upload-artifact@v3"
182182
with:
183183
name: 'packages'
184184
path: '${{ github.workspace }}/artifacts'
@@ -194,7 +194,7 @@ jobs:
194194
with:
195195
fetch-depth: 0
196196
path: 'dss_python'
197-
- uses: actions/setup-python@v2
197+
- uses: actions/setup-python@v3
198198
with:
199199
python-version: '3.7'
200200
architecture: 'x86'
@@ -209,7 +209,7 @@ jobs:
209209
run: |
210210
bash dss_python/ci/build_wheel.sh
211211
- name: 'Upload artifacts'
212-
uses: "actions/upload-artifact@v2"
212+
uses: "actions/upload-artifact@v3"
213213
with:
214214
name: 'packages'
215215
path: '${{ github.workspace }}/artifacts'

0 commit comments

Comments
 (0)