From 9bb8480e5c9a3fb05c3296b343be65dc654a6a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:24:07 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cmake.yml | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6fa5249..48306b8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -56,7 +56,7 @@ jobs: run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - name: Store windows artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: startsWith(matrix.os, 'windows') with: name: Stargus diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9fe6678..027abe1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -89,7 +89,7 @@ jobs: run: hdiutil create -volname "Stargus" -srcfolder "stargus/mac/Stargus.app" "Stargus-${{ matrix.suffix }}" - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Stargus-macOS-${{ matrix.suffix }} path: Stargus-${{ matrix.suffix }}.dmg