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 d1409c4 commit be8dd95Copy full SHA for be8dd95
.github/workflows/ci.yml
@@ -418,17 +418,17 @@ jobs:
418
contents: write
419
steps:
420
- name: Download Windows binary
421
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
422
with:
423
name: package-windows
424
path: bin
425
- name: Download macOS binary
426
427
428
name: package-macos
429
430
- name: Download Linux binary
431
432
433
name: package-linux
434
0 commit comments