From ea018a07d72b81b2283749f756e57573bae322ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:35:04 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 797f8ec9a..3c0abe34b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: npm run package mv pyright-*.vsix ${{ env.VSIX_NAME }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 with: name: ${{ env.ARTIFACT_NAME_VSIX }} path: packages/vscode-pyright/${{ env.VSIX_NAME }} @@ -58,7 +58,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: path: artifacts