Skip to content

Commit

Permalink
Update github upload artificat action since v2 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Wang committed Sep 26, 2024
1 parent 21bcdda commit 738b21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azuresdkdrop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: npm pack

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package
path: "*.tgz"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- run: npm version prerelease --preid=ci-$GITHUB_RUN_ID --no-git-tag-version
- run: npm pack
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: static-web-apps-cli
path: "*.tgz"

0 comments on commit 738b21e

Please sign in to comment.