Skip to content

Commit a779f0c

Browse files
committed
CI: Rollback for now
There's a migration guide for later https://github.com/actions/upload-artifact/pull/511/files
1 parent 65abe0e commit a779f0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
python-version: ${{ matrix.python-version }}
6767
- name: Build wheels
6868
uses: pypa/[email protected]
69-
- uses: actions/upload-artifact@v4
69+
- uses: actions/upload-artifact@v3
7070
with:
7171
path: ./wheelhouse/*.whl
7272

@@ -86,7 +86,7 @@ jobs:
8686
shell: bash -l {0}
8787
run: pipx run build --sdist
8888

89-
- uses: actions/upload-artifact@v4
89+
- uses: actions/upload-artifact@v3
9090
with:
9191
path: dist/*.tar.gz
9292

@@ -103,7 +103,7 @@ jobs:
103103
# alternatively, to publish when a GitHub Release is created, use the following rule:
104104
# if: github.event_name == 'release' && github.event.action == 'published'
105105
steps:
106-
- uses: actions/download-artifact@v4
106+
- uses: actions/download-artifact@v3
107107
with:
108108
# unpacks default artifact into dist/
109109
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)