From 9f02b3d438b97f7130abbf375fef098e735977f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:47:47 +0800 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.4 (#71) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17c949f..cbe4999 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: export screenshots (on failure only) - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 if: ${{ failure() }} with: name: cypress-screenshots @@ -94,7 +94,7 @@ jobs: retention-days: 7 - name: export screen recordings (on failure only) - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 if: ${{ failure() }} with: name: cypress-videos