From fd025522130d31da9d2d23ad8eb2f322c990a77a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:13:57 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .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..fd1ecc20d 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@v4 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@v4 with: path: artifacts