We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6625c commit 9fd1392Copy full SHA for 9fd1392
.github/workflows/distribute.yaml
@@ -16,7 +16,7 @@ jobs:
16
permissions:
17
id-token: write
18
steps:
19
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
20
with:
21
name: python
22
path: dist
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
name: js
38
.github/workflows/docs.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
name: docs
path: docs
0 commit comments