From 84acf5985544ad89f3b73e0d534e093c4a212276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 22:22:47 +0000 Subject: [PATCH] build(deps): 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/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d13cadfce2..15eb04d2b95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: "artifacts/${DMG_NAME}" ls -la artifacts/ - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: macos-${{ matrix.arch }} path: artifacts/*.dmg @@ -233,7 +233,7 @@ jobs: cp "${RPM}" "artifacts/opencode-ide-${V}-linux-x64.rpm" ls -la artifacts/ - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: linux-x64 path: artifacts/* @@ -302,7 +302,7 @@ jobs: Copy-Item $exe.FullName "artifacts\opencode-ide-$V-windows-x64.exe" Get-ChildItem artifacts - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: windows-x64 path: artifacts/*