From 03e306117a7f50fcb30faf888961e851934e95b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:05:20 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bc34c9..34309be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Build self-contained binary + .deb run: bash linux/build-deb.sh 0.0.0-ci - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: strix-inspector-deb path: dist/*.deb diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bd81d5..6454865 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: run: | VERSION="${GITHUB_REF_NAME#v}" bash linux/build-deb.sh "$VERSION" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: linux path: dist/*.deb @@ -60,7 +60,7 @@ jobs: # output-artifact-directory: windows/dist - name: Upload Windows artifact id: win_art - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: windows path: windows/dist/Strix-Inspector-Setup.exe