mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
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:
parent
bb6124cfd5
commit
380b0fb83c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue