Skip to content

Commit e44cf55

Browse files
authored
undo change to download action
1 parent 1ec5c1f commit e44cf55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
name: Download Wheels
144144
steps:
145145
- name: Download all workflow run artifacts
146-
uses: actions/download-artifact@v5
146+
uses: actions/download-artifact@v4
147147
- name: Flatten directory
148148
working-directory: .
149149
run: |

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
id-token: write
7777
steps:
7878
- name: Download all the dists
79-
uses: actions/download-artifact@v5
79+
uses: actions/download-artifact@v4
8080
with:
8181
name: all-dist-${{ github.run_id }}
8282
path: dist/

0 commit comments

Comments
 (0)