Skip to content

Commit

Permalink
chore: update to upload-artifact@v4 (#7388)
Browse files Browse the repository at this point in the history
  • Loading branch information
demshy authored Jan 31, 2025
1 parent 269a14a commit 08f0ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
NODE_OPTIONS: --max-old-space-size=4096
TZ: Europe/Amsterdam
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x' && failure()
with:
name: cypress-results
Expand Down

0 comments on commit 08f0ccb

Please sign in to comment.