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 9bb36b0 + 0cf9228 commit 49ad4fbCopy full SHA for 49ad4fb
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
- name: "Upload build"
49
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
50
with:
51
name: OneDisc ${{ needs.get-version-number.outputs.VERSION }} for ${{ matrix.os }}-${{ matrix.arch }}
52
path: build/onedisc.exe
@@ -88,7 +88,7 @@ jobs:
88
mv build/main.bin build/onedisc
89
90
91
92
93
94
path: build/onedisc
0 commit comments