We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b60fe commit 43df6f0Copy full SHA for 43df6f0
1 file changed
.github/workflows/release.yml
@@ -325,7 +325,7 @@ jobs:
325
326
- name: Download build artifacts
327
if: steps.nightly-status.outputs.result == 'success'
328
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v8
329
with:
330
path: release-assets
331
@@ -406,7 +406,7 @@ jobs:
406
runs-on: ubuntu-latest
407
steps:
408
409
410
411
412
0 commit comments