From 738b21e96132dab82da120013e0d31385378e506 Mon Sep 17 00:00:00 2001 From: Timothy Wang Date: Thu, 26 Sep 2024 11:55:36 -0400 Subject: [PATCH] Update github upload artificat action since v2 is deprecated --- .github/workflows/azuresdkdrop.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azuresdkdrop.yml b/.github/workflows/azuresdkdrop.yml index 1e49f8cd..42e0cb5e 100644 --- a/.github/workflows/azuresdkdrop.yml +++ b/.github/workflows/azuresdkdrop.yml @@ -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" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bdf51f4..3850931c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"