Skip to content

Commit 03be830

Browse files
committed
Revert to upload/download v3
v4 why are you so difficult
1 parent 94a6f9a commit 03be830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
permissions:
291291
id-token: write
292292
steps:
293-
- uses: actions/download-artifact@v4.1.7
293+
- uses: actions/download-artifact@v3
294294
with:
295295
name: dist
296296
- name: List artifacts
@@ -309,7 +309,7 @@ jobs:
309309
needs: [build-test, build-sdist]
310310
runs-on: ubuntu-latest
311311
steps:
312-
- uses: actions/download-artifact@v4.1.7
312+
- uses: actions/download-artifact@v3
313313
with:
314314
name: dist
315315
- name: List artifacts

0 commit comments

Comments
 (0)