Skip to content

Commit ac3dc9a

Browse files
committed
Revert to v3
1 parent 90c7119 commit ac3dc9a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check metadata
2222
run: pipx run twine check dist/*
2323

24-
- uses: actions/upload-artifact@v4
24+
- uses: actions/upload-artifact@v3
2525
with:
2626
path: dist/*.tar.gz
2727

@@ -90,9 +90,8 @@ jobs:
9090
python -m cibuildwheel --output-dir wheelhouse
9191
9292
# Upload binaries to github
93-
- uses: actions/upload-artifact@v4
93+
- uses: actions/upload-artifact@v3
9494
with:
95-
name: artefact-${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}
9695
path: |-
9796
./wheelhouse/*.whl
9897
./wheelhouse/*.tar.gz
@@ -106,7 +105,7 @@ jobs:
106105
# alternatively, to publish when a GitHub Release is created, use the following rule:
107106
if: github.event_name == 'release' && github.event.action == 'published'
108107
steps:
109-
- uses: actions/download-artifact@v4
108+
- uses: actions/download-artifact@v3
110109
with:
111110
name: artifact
112111
path: dist

0 commit comments

Comments
 (0)