Skip to content

Commit 7e58ff8

Browse files
committed
Revert version of upload/download artifact to v3 again
1 parent 5ff7e32 commit 7e58ff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
if: github.event_name == 'release' && github.event.action == 'published'
168168
steps:
169169
- name: Download all dists
170-
uses: actions/download-artifact@v4
170+
uses: actions/download-artifact@v3
171171
with:
172172
# Unpacks default artifact into dist/
173173
# If `name: artifact` is omitted, the action will create extra parent dir

.github/workflows/build-and-test-windows-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
if: github.event_name == 'release' && github.event.action == 'published'
157157
steps:
158158
- name: Download all dists
159-
uses: actions/download-artifact@v4
159+
uses: actions/download-artifact@v3
160160
with:
161161
# Unpacks default artifact into dist/
162162
# If `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)