From 463716cb881e70e57f20f009ce9b672041b12888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:12:59 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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] --- .github/workflows/build-module-base.yml | 2 +- .github/workflows/ci-build.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-module-base.yml b/.github/workflows/build-module-base.yml index 05c963a..a7e5241 100644 --- a/.github/workflows/build-module-base.yml +++ b/.github/workflows/build-module-base.yml @@ -42,7 +42,7 @@ jobs: run: dotnet build ModuleBase/ModuleBase.csproj -c Release -o ./publish/ModuleBase - name: Upload OpenShock Desktop Module Base artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OpenShock Desktop Module Base path: ./publish/ModuleBase/** diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 401969a..ffe2aae 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -65,7 +65,7 @@ jobs: run: dotnet publish Desktop/Desktop.csproj -c Release-Windows -o ./publish/Windows-Maui - name: Upload OpenShock Desktop Windows artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OpenShock Desktop Windows MAUI path: publish/Windows-Maui/* @@ -100,7 +100,7 @@ jobs: additional-plugin-paths: ${{ github.workspace }}/Installer/Plugins - name: Upload OpenShock Desktop Windows Setup - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OpenShock_Desktop_Setup path: Installer/OpenShock_Desktop_Setup.exe @@ -182,7 +182,7 @@ jobs: run: dotnet publish Desktop/Desktop.csproj -c Release-Photino -o ./publish/Photino-Linux - name: Upload OpenShock Desktop Photino Linux artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OpenShock Desktop Photino Linux path: publish/Photino-Linux/*