Skip to content

Commit 0f5aa3f

Browse files
committed
how the * it was not an issue untill now
1 parent 34289ae commit 0f5aa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
$env:NODE_OPTIONS="--openssl-legacy-provider --no-experimental-fetch"
9797
node build/package.js ${{ env.BUILD_FLAGS }}
9898
- name: Publish extension VSIX as artifact
99-
uses: actions/upload-artifact@v2
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: VS Code extension VSIXes (${{ matrix.os }})
102102
path: out/vsix

0 commit comments

Comments
 (0)