Skip to content

Commit

Permalink
chore(ci): Update GitHub Actions workflow dependencies
Browse files Browse the repository at this point in the history
- Upgrade actions/upload-artifact to v4
- Minor workflow configuration refinements
  • Loading branch information
zardoy committed Jan 31, 2025
1 parent f755385 commit 92ce4dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Install pnpm
run: npm install -g [email protected]

- name: Run pnpm dedupe
run: pnpm dedupe

Expand All @@ -61,4 +61,4 @@ jobs:
exit 1
else
echo "No changes detected after pnpm dedupe in pnpm-lock.yaml"
fi
fi

0 comments on commit 92ce4dd

Please sign in to comment.