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:
commit
48f2d84b52
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user