From 22cac71b5bbd5c4e26e9784d0c691917eb29b630 Mon Sep 17 00:00:00 2001 From: Pete <1178561+petetronic@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:14:53 -0500 Subject: [PATCH] Cleanup stale github action references to download or upload artifact v3 (#5695) Even if we do not use these actions, moving them to v4 to avoid these showing up as false positives in searches. --- .../positron-python/.github/actions/build-vsix/action.yml | 2 +- .../positron-python/.github/actions/smoke-tests/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/positron-python/.github/actions/build-vsix/action.yml b/extensions/positron-python/.github/actions/build-vsix/action.yml index fc3233b06ef..929ecb31a6d 100644 --- a/extensions/positron-python/.github/actions/build-vsix/action.yml +++ b/extensions/positron-python/.github/actions/build-vsix/action.yml @@ -87,7 +87,7 @@ runs: shell: bash - name: Upload VSIX - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ inputs.artifact_name }} path: ${{ inputs.vsix_name }} diff --git a/extensions/positron-python/.github/actions/smoke-tests/action.yml b/extensions/positron-python/.github/actions/smoke-tests/action.yml index d4ac73b1a80..81cb7d2bc50 100644 --- a/extensions/positron-python/.github/actions/smoke-tests/action.yml +++ b/extensions/positron-python/.github/actions/smoke-tests/action.yml @@ -43,7 +43,7 @@ runs: # Bits from the VSIX are reused by smokeTest.ts to speed things up. - name: Download VSIX - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.artifact_name }}