From edf89b2d6edf31a73f1d22c0e5e4d7fbd4c058d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:30:12 -0300 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 (#2921) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-publish.yml | 2 +- .github/workflows/opencode-plugin-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f26e697a40..73ecaa987e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -186,7 +186,7 @@ jobs: touch "/tmp/digests/${digest}" - name: Upload digest - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: digests-${{ matrix.arch }} path: /tmp/digests/* diff --git a/.github/workflows/opencode-plugin-ci.yml b/.github/workflows/opencode-plugin-ci.yml index ffa6be25ff..e4012b65c4 100644 --- a/.github/workflows/opencode-plugin-ci.yml +++ b/.github/workflows/opencode-plugin-ci.yml @@ -55,7 +55,7 @@ jobs: cache-dependency-path: "@omniroute/opencode-plugin/package-lock.json" - run: npm install --no-audit --no-fund - run: npm run build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: opencode-plugin-dist path: "@omniroute/opencode-plugin/dist"