We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b79332 commit 76c4bd4Copy full SHA for 76c4bd4
1 file changed
.github/workflows/build_deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
CIBW_BEFORE_BUILD: pip install babel && pybabel compile -d plotpy/locale -D plotpy
28
29
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
30
with:
31
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
32
path: ./wheelhouse/*.whl
@@ -48,7 +48,7 @@ jobs:
48
- name: Build sdist
49
run: pipx run build --sdist
50
51
52
53
name: cibw-sdist
54
path: dist/*.tar.gz
@@ -61,7 +61,7 @@ jobs:
61
id-token: write
62
if: github.event_name == 'release' && github.event.action == 'published'
63
steps:
64
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v7
65
66
# unpacks all CIBW artifacts into dist/
67
pattern: cibw-*
0 commit comments