Merge pull request #700 from evandroforks/update_github_actions_artifacts

Update actions/upload-artifact@v1 to v2 as v1 is deprecated
This commit is contained in:
Damien Elmes 2020-07-24 08:53:56 +10:00 committed by GitHub
commit 48f2d84b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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