Skip to content

Commit 0a4f001

Browse files
Update GitHub Artifact Actions
1 parent dd0f7cf commit 0a4f001

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: pipx run build --sdist
2020
- name: Check metadata
2121
run: pipx run twine check dist/*
22-
- uses: actions/upload-artifact@v4
22+
- uses: actions/upload-artifact@v7
2323
with:
2424
name: cibw-sdist
2525
path: dist/*.tar.gz
@@ -43,7 +43,7 @@ jobs:
4343
run: git diff --exit-code
4444
shell: bash
4545
- name: Upload wheels
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: cibw-wheels-${{ matrix.os }}
4949
path: wheelhouse/*.whl
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/setup-python@v5
6060
with:
6161
python-version: "3.x"
62-
- uses: actions/download-artifact@v4
62+
- uses: actions/download-artifact@v8
6363
with:
6464
pattern: cibw-*
6565
path: dist

0 commit comments

Comments
 (0)