We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc0adda + 5f53f98 commit 9cbf705Copy full SHA for 9cbf705
1 file changed
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
}
99
100
- name: "Upload build"
101
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
102
with:
103
name: OneDisc-${{ needs.get-version-number.outputs.VERSION }}-windows-${{ matrix.arch }}
104
path: build/onedisc-${{ matrix.arch }}.exe
@@ -159,7 +159,7 @@ jobs:
159
fi
160
161
162
163
164
name: OneDisc-${{ needs.get-version-number.outputs.VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}
165
path: build/onedisc-${{ matrix.platform }}-${{ matrix.arch }}
0 commit comments