Bump actions/upload-artifact from 4 to 7 #52
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -147,7 +147,7 @@ jobs:
|
||||||
manylinux: auto
|
manylinux: auto
|
||||||
working-directory: reconcile-python
|
working-directory: reconcile-python
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: wheels-${{ matrix.os }}-${{ matrix.target }}
|
name: wheels-${{ matrix.os }}-${{ matrix.target }}
|
||||||
path: reconcile-python/dist/*.whl
|
path: reconcile-python/dist/*.whl
|
||||||
|
|
@ -166,7 +166,7 @@ jobs:
|
||||||
args: --out dist
|
args: --out dist
|
||||||
working-directory: reconcile-python
|
working-directory: reconcile-python
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: sdist
|
name: sdist
|
||||||
path: reconcile-python/dist/*.tar.gz
|
path: reconcile-python/dist/*.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue