We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0f7cf commit 0a4f001Copy full SHA for 0a4f001
1 file changed
.github/workflows/wheels.yaml
@@ -19,7 +19,7 @@ jobs:
19
run: pipx run build --sdist
20
- name: Check metadata
21
run: pipx run twine check dist/*
22
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
23
with:
24
name: cibw-sdist
25
path: dist/*.tar.gz
@@ -43,7 +43,7 @@ jobs:
43
run: git diff --exit-code
44
shell: bash
45
- name: Upload wheels
46
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
47
48
name: cibw-wheels-${{ matrix.os }}
49
path: wheelhouse/*.whl
@@ -59,7 +59,7 @@ jobs:
59
- uses: actions/setup-python@v5
60
61
python-version: "3.x"
62
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v8
63
64
pattern: cibw-*
65
path: dist
0 commit comments