From 9f78002d35b9ec11a9c97297a86cf88d2d6bd3ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:36:42 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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 | 2 +- .github/workflows/seo-monitor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90a512f..6d58a2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - run: pnpm security - run: pnpm release:check - run: pnpm release:pack - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: npm-release-tarballs path: .release-tarballs/*.tgz diff --git a/.github/workflows/seo-monitor.yml b/.github/workflows/seo-monitor.yml index b8cca7c..354872b 100644 --- a/.github/workflows/seo-monitor.yml +++ b/.github/workflows/seo-monitor.yml @@ -62,7 +62,7 @@ jobs: key: seo-monitor-${{ github.ref_name }}-${{ github.run_id }} - name: Upload audit bundle if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: seo-monitor-${{ github.run_id }} path: monitor-current