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 9c4c76b commit 81be0edCopy full SHA for 81be0ed
.github/workflows/ci.yaml
@@ -123,7 +123,7 @@ jobs:
123
run: env
124
125
- name: Download package
126
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
127
with:
128
name: dist-packages
129
path: dist
@@ -279,7 +279,7 @@ jobs:
279
runs-on: ubuntu-24.04
280
steps:
281
- name: Download distribution files
282
283
284
285
@@ -325,7 +325,7 @@ jobs:
325
id-token: write
326
327
328
329
330
331
0 commit comments