From c7e4082e941121e76590db1de117c7991bf2dbd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:47:17 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.0 --- .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..ea0cf62 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.4.0 if: failure() with: name: failing-ui-snapshots-artifact