We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0ba52 commit ea9b0caCopy full SHA for ea9b0ca
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
npm ci
46
npm run build -- --extensionVersion $PACKAGE_VERSION
47
echo "::set-output name=package_version::$PACKAGE_VERSION"
48
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
49
with:
50
name: dist
51
path: dist/
@@ -88,7 +88,7 @@ jobs:
88
if: github.event_name == 'release' || (github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]')
89
steps:
90
- uses: actions/checkout@v3
91
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
92
93
94
path: dist
0 commit comments