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 1ef5db5 commit d4e3d57Copy full SHA for d4e3d57
.github/workflows/nightly_binaries.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- run: make binaries
16
17
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
18
with:
19
name: binaries
20
path: binaries
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
subject-path: '${{ github.workspace }}/binaries/*'
30
31
32
33
34
0 commit comments