Skip to content

Commit f74b0f5

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent 89a5d3c commit f74b0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
& $NVDA_BIN -logFilePath $Env:LOG_FILE_PATH
7474
yarn jest -c $REPO_PATH\examples\jest\jest.config.js
7575
& $NVDA_BIN -quit
76-
- uses: actions/upload-artifact@v2
76+
- uses: actions/upload-artifact@v4
7777
if: ${{ always() }}
7878
with:
7979
name: nvda.log

0 commit comments

Comments
 (0)