From 26045bcb7b4cc82765771eedb58b1c6a2bd8f005 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:14:00 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d26294c..c8cc468 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: & $NVDA_BIN -logFilePath $Env:LOG_FILE_PATH yarn jest -c $REPO_PATH\examples\jest\jest.config.js & $NVDA_BIN -quit - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: nvda.log