From d92bf9a7ac32869817f44cc12387c8f0e05aa2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 11:59:10 +0000 Subject: [PATCH] ci(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/ci.yml | 4 ++-- .github/workflows/plugin-openclaw.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e7b054..6e5162a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,7 @@ jobs: - name: Upload Playwright report if: ${{ failure() || cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-report path: tests/playwright-report @@ -212,7 +212,7 @@ jobs: - name: Upload Playwright traces + screenshots if: ${{ failure() || cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-test-results path: tests/test-results diff --git a/.github/workflows/plugin-openclaw.yml b/.github/workflows/plugin-openclaw.yml index 0aedd5d..934972e 100644 --- a/.github/workflows/plugin-openclaw.yml +++ b/.github/workflows/plugin-openclaw.yml @@ -238,7 +238,7 @@ jobs: - name: Upload dry-run log if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: plugin-openclaw-publish-dry-run path: plugins/openclaw/publish-dry-run.log