From 92ce4dd0d855f7e72b13637343e4095b57c8e2c3 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Sat, 1 Feb 2025 00:35:06 +0300 Subject: [PATCH] chore(ci): Update GitHub Actions workflow dependencies - Upgrade actions/upload-artifact to v4 - Minor workflow configuration refinements --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eb1fc74..0551b541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - uses: cypress-io/github-action@v5 with: install: false - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-images @@ -49,7 +49,7 @@ jobs: - name: Install pnpm run: npm install -g pnpm@9.0.4 - + - name: Run pnpm dedupe run: pnpm dedupe @@ -61,4 +61,4 @@ jobs: exit 1 else echo "No changes detected after pnpm dedupe in pnpm-lock.yaml" - fi \ No newline at end of file + fi