Skip to content

Commit 3f2681f

Browse files
Update build.yaml
1 parent 41cdca8 commit 3f2681f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# run: vstest.console.exe _built\*test.dll
4949

5050
- name: Upload artifact
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4.1.7
5252
with:
5353
name: ${{ github.event.repository.name }}.vsix
5454
path: _built/**/*.vsix
@@ -87,4 +87,4 @@ jobs:
8787
with:
8888
extension-file: '${{ github.event.repository.name }}.vsix'
8989
publish-manifest-file: 'vs-publish.json'
90-
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
90+
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)