Skip to content

Commit

Permalink
Cleanup stale github action references to download or upload artifact…
Browse files Browse the repository at this point in the history
… v3 (#5695)

Even if we do not use these actions, moving them to v4 to avoid these
showing up as false positives in searches.
  • Loading branch information
petetronic authored Dec 10, 2024
1 parent e567e80 commit 22cac71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 22cac71

Please sign in to comment.