Update actions/upload-artifact@v1 to v2 as v1 is deprecated

Random error on Mac OS: [error]Too Many Requests
https://github.com/actions/toolkit/issues 503
This commit is contained in:
evandrocoan 2020-07-23 12:16:18 -03:00
parent bb6124cfd5
commit 380b0fb83c

View file

@ -309,7 +309,7 @@ jobs:
- name: Upload python wheels
if: matrix.BUILD_TYPE == 'build'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.ANKI_PYTHON_WHEELS }}${{ matrix.python }}
path: dist