diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eb1fc743..0551b5411 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