From 9df735a058b4c49c8ef95dcf05696afc667b43cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 03:04:41 +0000 Subject: [PATCH] build(deps): 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/screenshots.yml | 2 +- .github/workflows/validate.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 59c0d29..5435488 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -34,7 +34,7 @@ jobs: - name: 🆙 Upload test screenshots if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-screenshots path: src/components/**/*.png diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e669917..c20d705 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -109,7 +109,7 @@ jobs: - name: ♻️ Upload to dist folder if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: ./dist @@ -137,7 +137,7 @@ jobs: - name: ♻️ Upload static folder if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: storybook-static path: ./storybook-static @@ -177,7 +177,7 @@ jobs: - name: 🆙 Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results path: ./test-results-${{ matrix.project }}