We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eba0760 + b2078aa commit 52510c1Copy full SHA for 52510c1
.github/workflows/on-branches-ci-and-upload-nightly.yml
@@ -23,7 +23,7 @@ jobs:
23
run: make -f makefile.win compile test
24
25
- name: Upload nightly build
26
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
27
with:
28
name: windows-binaries
29
path: bin
@@ -40,7 +40,7 @@ jobs:
40
run: make -f makefile.linux compile test
41
42
43
44
45
name: linux-binaries
46
@@ -57,7 +57,7 @@ jobs:
57
run: make -f makefile.macos compile test
58
59
60
61
62
name: macos-binaries
63
0 commit comments