Bump actions/upload-artifact from 4 to 6 (#830)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-26 19:03:23 -08:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent b519b10ef1
commit 461886291d
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -62,13 +62,13 @@ jobs:
path: win_inno_installscript.iss
- name: Upload zip
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: Supersonic_windows_x64.zip
path: Supersonic-windows.zip
- name: Upload installer
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: Supersonic_windows_x64_installer.exe
path: Output/supersonic-installer.exe