From ecac346b4cf126dad1b17f98100bac61cb56c609 Mon Sep 17 00:00:00 2001 From: Kevin Townsend <11738094+kevinatown@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] [chore]: Update actions/upload-artifact to v4 (#1643) * update actions/upload-artifact to v4 --------- Co-authored-by: Eoghan Murray --- .changeset/fuzzy-mugs-march.md | 2 ++ .github/workflows/ci-cd.yml | 2 +- .github/workflows/style-check.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .changeset/fuzzy-mugs-march.md diff --git a/.changeset/fuzzy-mugs-march.md b/.changeset/fuzzy-mugs-march.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/fuzzy-mugs-march.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 06d4169b..fb7295c1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -34,7 +34,7 @@ jobs: run: PUPPETEER_HEADLESS=true xvfb-run --server-args="-screen 0 1920x1080x24" yarn test - name: Upload diff images to GitHub - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: image-diff diff --git a/.github/workflows/style-check.yml b/.github/workflows/style-check.yml index e47ee3c9..ef20a719 100644 --- a/.github/workflows/style-check.yml +++ b/.github/workflows/style-check.yml @@ -28,7 +28,7 @@ jobs: # Continue to the next step even if this fails continue-on-error: true - name: Upload ESLint Report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: eslint_report.json path: eslint_report.json