Skip to content

Commit 1c62b04

Browse files
chore(deps): update github artifact actions
1 parent 67fed95 commit 1c62b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- shell: pwsh
5858
run: echo "target=${{ matrix.platform }}-${{ matrix.arch }}" >> $env:GITHUB_ENV
5959
- run: npx vsce package --target ${{ env.target }}
60-
- uses: actions/upload-artifact@v4
60+
- uses: actions/upload-artifact@v5
6161
with:
6262
name: ${{ env.target }}
6363
path: "*.vsix"
@@ -68,7 +68,7 @@ jobs:
6868
needs: build
6969
if: success()
7070
steps:
71-
- uses: actions/download-artifact@v4
71+
- uses: actions/download-artifact@v6
7272
- run: npx vsce publish --packagePath $(find . -iname *.vsix)
7373
env:
7474
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)