mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
githubactions: downgrade upload-artifacts on manylinux job
This commit is contained in:
parent
a5968b63e2
commit
915b964b73
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-and-deploy.yml
vendored
2
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -223,7 +223,7 @@ jobs:
|
|||
run: ls -R dist
|
||||
|
||||
- name: Archive build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: dist-artifacts-manylinux-${{ matrix.python }}
|
||||
path: dist/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue