We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a5d3c commit f74b0f5Copy full SHA for f74b0f5
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
& $NVDA_BIN -logFilePath $Env:LOG_FILE_PATH
74
yarn jest -c $REPO_PATH\examples\jest\jest.config.js
75
& $NVDA_BIN -quit
76
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
77
if: ${{ always() }}
78
with:
79
name: nvda.log
0 commit comments