Skip to content

Commit dce416e

Browse files
chore(deps): update actions/upload-artifact action to v3 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 532e471 commit dce416e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- shell: pwsh
5959
run: echo "target=${{ matrix.platform }}-${{ matrix.arch }}" >> $env:GITHUB_ENV
6060
- run: npx vsce package --target ${{ env.target }}
61-
- uses: actions/upload-artifact@v2
61+
- uses: actions/upload-artifact@v3
6262
with:
6363
name: ${{ env.target }}
6464
path: "*.vsix"

0 commit comments

Comments
 (0)