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:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
b519b10ef1
commit
461886291d
@@ -33,7 +33,7 @@ jobs:
|
|||||||
./scripts/appimage-build.sh --manual-libs
|
./scripts/appimage-build.sh --manual-libs
|
||||||
|
|
||||||
- name: upload artifact
|
- name: upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Supersonic.AppImage
|
name: Supersonic.AppImage
|
||||||
path: Supersonic-x86_64.AppImage
|
path: Supersonic-x86_64.AppImage
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
make zip_macos
|
make zip_macos
|
||||||
|
|
||||||
- name: Upload package
|
- name: Upload package
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Supersonic.zip
|
name: Supersonic.zip
|
||||||
path: Supersonic.zip
|
path: Supersonic.zip
|
||||||
|
|||||||
@@ -47,13 +47,13 @@ jobs:
|
|||||||
mv Supersonic.zip Supersonic_HighSierra+.zip
|
mv Supersonic.zip Supersonic_HighSierra+.zip
|
||||||
|
|
||||||
- name: Upload Big Sur+ package
|
- name: Upload Big Sur+ package
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Supersonic_mac_x64_BigSur+.zip
|
name: Supersonic_mac_x64_BigSur+.zip
|
||||||
path: Supersonic_BigSur+.zip
|
path: Supersonic_BigSur+.zip
|
||||||
|
|
||||||
- name: Upload High Sierra+ package
|
- name: Upload High Sierra+ package
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Supersonic_mac_x64_HighSierra+.zip
|
name: Supersonic_mac_x64_HighSierra+.zip
|
||||||
path: Supersonic_HighSierra+.zip
|
path: Supersonic_HighSierra+.zip
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
run: make package_linux
|
run: make package_linux
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Supersonic_ubuntu_x64.tar.xz
|
name: Supersonic_ubuntu_x64.tar.xz
|
||||||
path: Supersonic.tar.xz
|
path: Supersonic.tar.xz
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
run: make package_linux
|
run: make package_linux
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Supersonic_ubuntu_x64.tar.xz
|
name: Supersonic_ubuntu_x64.tar.xz
|
||||||
path: Supersonic.tar.xz
|
path: Supersonic.tar.xz
|
||||||
|
|||||||
@@ -62,13 +62,13 @@ jobs:
|
|||||||
path: win_inno_installscript.iss
|
path: win_inno_installscript.iss
|
||||||
|
|
||||||
- name: Upload zip
|
- name: Upload zip
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Supersonic_windows_x64.zip
|
name: Supersonic_windows_x64.zip
|
||||||
path: Supersonic-windows.zip
|
path: Supersonic-windows.zip
|
||||||
|
|
||||||
- name: Upload installer
|
- name: Upload installer
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Supersonic_windows_x64_installer.exe
|
name: Supersonic_windows_x64_installer.exe
|
||||||
path: Output/supersonic-installer.exe
|
path: Output/supersonic-installer.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user