chore(ci): Update GitHub Actions workflow dependencies
- Upgrade actions/upload-artifact to v4 - Minor workflow configuration refinements
This commit is contained in:
parent
f755385981
commit
92ce4dd0d8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue