File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179
180180 - name : Upload build artifacts
181181 if : github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All'
182- uses : actions/upload-artifact@v4
182+ uses : actions/upload-artifact@v6
183183 with :
184184 name : ${{ matrix.os_type }}-${{ matrix.platform == 'Windows x64' && 'x64' || matrix.platform == 'Windows ARM64' && 'arm64' || matrix.platform == 'macOS x64' && 'x64' || matrix.platform == 'macOS ARM64' && 'arm64' || matrix.platform == 'Linux x64' && 'x64' || 'arm64' }}-${{ contains(matrix.os, 'windows') && 'executables' || 'packages' }}
185185 path : dist_electron/*
@@ -188,7 +188,7 @@ jobs:
188188
189189 - name : Upload update manifests
190190 if : github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All'
191- uses : actions/upload-artifact@v4
191+ uses : actions/upload-artifact@v6
192192 with :
193193 name : ${{ matrix.os_type }}-${{ matrix.platform == 'Windows x64' && 'x64' || matrix.platform == 'Windows ARM64' && 'arm64' || matrix.platform == 'macOS x64' && 'x64' || matrix.platform == 'macOS ARM64' && 'arm64' || matrix.platform == 'Linux x64' && 'x64' || 'arm64' }}-yml
194194 path : dist_electron/github/*
You can’t perform that action at this time.
0 commit comments