From 4d0e7035c5e90c61b6df3c11208b21bdef7c9502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:43:59 +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 - [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 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 2185d000..8f3ce278 100644 --- a/.github/workflows/macos-direct-release.yml +++ b/.github/workflows/macos-direct-release.yml @@ -335,7 +335,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