Skip to content

Commit 3d761f1

Browse files
author
Timothy Wang
committed
Fix package upload artifact error
1 parent 99fab3a commit 3d761f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/azuresdkdrop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: npm pack
4646

4747
- name: Upload
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: package
5151
path: "*.tgz"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- run: npm version prerelease --preid=ci-$GITHUB_RUN_ID --no-git-tag-version
229229
- run: npm pack
230230
- name: Upload
231-
uses: actions/upload-artifact@v2
231+
uses: actions/upload-artifact@v4
232232
with:
233233
name: static-web-apps-cli
234234
path: "*.tgz"

0 commit comments

Comments
 (0)