From 1ae89e933f74763f8d7a414e989867dc310d0aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:31:41 +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/comprehensive-screenshots.yml | 2 +- .github/workflows/feature-screenshots.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comprehensive-screenshots.yml b/.github/workflows/comprehensive-screenshots.yml index a5f5f92..0c209c3 100644 --- a/.github/workflows/comprehensive-screenshots.yml +++ b/.github/workflows/comprehensive-screenshots.yml @@ -129,7 +129,7 @@ jobs: - name: Upload comprehensive screenshots (always) if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: comprehensive-screenshots path: | diff --git a/.github/workflows/feature-screenshots.yml b/.github/workflows/feature-screenshots.yml index 0155bb9..d574f7f 100644 --- a/.github/workflows/feature-screenshots.yml +++ b/.github/workflows/feature-screenshots.yml @@ -134,7 +134,7 @@ jobs: - name: Upload feature screenshots (always) if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: feature-screenshots path: |