We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99fab3a + 3d761f1 commit 822ebb9Copy full SHA for 822ebb9
2 files changed
.github/workflows/azuresdkdrop.yml
@@ -45,7 +45,7 @@ jobs:
45
- run: npm pack
46
47
- name: Upload
48
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
49
with:
50
name: package
51
path: "*.tgz"
.github/workflows/ci.yml
@@ -228,7 +228,7 @@ jobs:
228
- run: npm version prerelease --preid=ci-$GITHUB_RUN_ID --no-git-tag-version
229
230
231
232
233
name: static-web-apps-cli
234
0 commit comments