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.
2 parents 78ddc3d + 647b4a3 commit 7b0b46bCopy full SHA for 7b0b46b
.github/workflows/ci.yaml
@@ -134,7 +134,7 @@ jobs:
134
run: env
135
136
- name: Download package
137
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
138
with:
139
name: dist-packages
140
path: dist
@@ -298,7 +298,7 @@ jobs:
298
runs-on: ubuntu-24.04
299
steps:
300
- name: Download distribution files
301
302
303
304
@@ -344,7 +344,7 @@ jobs:
344
id-token: write
345
346
347
348
349
350
0 commit comments