From 41c02317e4c785a3d7dd2b7762190a7552d69dc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:51:07 +0800 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.6 (#76) 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 e21fd7a..521c2f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: export screenshots (on failure only) - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 if: ${{ failure() }} with: name: cypress-screenshots @@ -93,7 +93,7 @@ jobs: retention-days: 7 - name: export screen recordings (on failure only) - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 if: ${{ failure() }} with: name: cypress-videos