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 ba389e1 + e68be0d commit 183fd04Copy full SHA for 183fd04
.github/workflows/deploy.yaml
@@ -281,7 +281,7 @@ jobs:
281
- uses: actions/checkout@v4
282
283
- name: Download artifact
284
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
285
with:
286
name: pdu-${{ matrix.target }}
287
@@ -325,7 +325,7 @@ jobs:
325
326
327
- name: Download all artifacts
328
329
330
path: ./downloads
331
@@ -394,7 +394,7 @@ jobs:
394
395
396
- name: Download checksums
397
398
399
name: checksums
400
path: ./checksums
0 commit comments