upload-artifact@v3 instead of upload-artifact@v4
This commit is contained in:
parent
66ede3d60f
commit
dfaadfd769
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: tox
|
run: tox
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python -m build
|
run: python -m build
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Artifacts
|
name: Artifacts
|
||||||
path: dist/*
|
path: dist/*
|
||||||
|
Loading…
Reference in New Issue
Block a user