From 695b4813f623c4a38ab44320740ff2a47e8a06d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:49:55 +1000 Subject: [PATCH] Update actions/upload-artifact action to v4.3.2 (#77) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 a9fa9ce..6a4029a 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.1 + uses: actions/upload-artifact@v4.3.2 if: failure() with: name: failing-ui-snapshots-artifact