Skip to content

Commit 2fd09a4

Browse files
Update actions/upload-artifact action to v6
1 parent 0c44175 commit 2fd09a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/*

0 commit comments

Comments
 (0)