Skip to content

Commit ea9b0ca

Browse files
authored
Robe/upload artifact upgrade (#334)
upload-artifact@v3 is being deprecated
1 parent 3b0ba52 commit ea9b0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
npm ci
4646
npm run build -- --extensionVersion $PACKAGE_VERSION
4747
echo "::set-output name=package_version::$PACKAGE_VERSION"
48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
with:
5050
name: dist
5151
path: dist/
@@ -88,7 +88,7 @@ jobs:
8888
if: github.event_name == 'release' || (github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]')
8989
steps:
9090
- uses: actions/checkout@v3
91-
- uses: actions/download-artifact@v3
91+
- uses: actions/download-artifact@v4
9292
with:
9393
name: dist
9494
path: dist

0 commit comments

Comments
 (0)