From a67095854e96f393155687964b19083a92f1f8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:19:15 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=F0=9F=91=B7=20Bump=20actions/uploa?= =?UTF-8?q?d-artifact=20from=204=20to=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/executable.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/executable.yml b/.github/workflows/executable.yml index c244669af..3b8238f70 100644 --- a/.github/workflows/executable.yml +++ b/.github/workflows/executable.yml @@ -22,7 +22,7 @@ jobs: - name: Verify executable run: ./percy --version - name: Upload win artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: win-exe path: percy.exe diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7ed4b05f..fa8b0bb20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: ${{ hashFiles('.github/.cache-key') }}/ - run: yarn - run: yarn build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: dist path: packages/*/dist diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index eb7803054..1c09758c2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,7 +28,7 @@ jobs: ${{ hashFiles('.github/.cache-key') }}/ - run: yarn - run: yarn build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: dist path: packages/*/dist