From 41f4c9505353844128a5d78bf5a3696f0a9da388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:20:44 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.1 --- .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..14e9109 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.1 if: failure() with: name: failing-ui-snapshots-artifact