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 6385530 commit 54a8eb4Copy full SHA for 54a8eb4
.github/workflows/deploy.yaml
@@ -293,7 +293,7 @@ jobs:
293
- uses: actions/checkout@v4
294
295
- name: Download artifact
296
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
297
with:
298
name: pdu-${{ matrix.target }}
299
@@ -337,7 +337,7 @@ jobs:
337
338
339
- name: Download all artifacts
340
341
342
path: ./downloads
343
0 commit comments