We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a943ae + b03ce15 commit 9580899Copy full SHA for 9580899
.github/workflows/nodejs.yml
@@ -52,7 +52,7 @@ jobs:
52
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
53
NODE_OPTIONS: --max-old-space-size=4096
54
TZ: Europe/Amsterdam
55
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
56
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x' && failure()
57
with:
58
name: cypress-results
0 commit comments