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 0d2da45 + c80ed68 commit bf63b85Copy full SHA for bf63b85
.github/workflows/ci.yaml
@@ -125,7 +125,7 @@ jobs:
125
run: env
126
127
- name: Download package
128
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
129
with:
130
name: dist-packages
131
path: dist
@@ -281,7 +281,7 @@ jobs:
281
runs-on: ubuntu-24.04
282
steps:
283
- name: Download distribution files
284
285
286
287
@@ -327,7 +327,7 @@ jobs:
327
id-token: write
328
329
330
331
332
333
0 commit comments