From 72f6246944b2f3eb064830a0e33908fa895a26c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:03:38 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 7 - [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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/macos-direct-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-direct-release.yml b/.github/workflows/macos-direct-release.yml index ef5df72b..b724e10a 100644 --- a/.github/workflows/macos-direct-release.yml +++ b/.github/workflows/macos-direct-release.yml @@ -333,7 +333,7 @@ jobs: gh release upload "${tag}" build/macos-direct/Inline.dmg --clobber - name: Upload DMG - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: inline-macos-dmg path: build/macos-direct/Inline.dmg