From c25897c8f50e0f3109452045f2c51e08a9de6d48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:07:24 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e63b526..9f1ffa9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Archive Failing UI Snapshots - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.6.2 if: failure() with: name: failing-ui-snapshots-artifact