From 513786e5899c4117e2fe963b006762349f917804 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Wed, 11 Sep 2024 10:37:35 +0300 Subject: [PATCH] ci: Update upload-artifact to v4 --- .github/workflows/azure-static-webapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-webapp.yml b/.github/workflows/azure-static-webapp.yml index 3d17461e0..40fcc04cb 100644 --- a/.github/workflows/azure-static-webapp.yml +++ b/.github/workflows/azure-static-webapp.yml @@ -46,7 +46,7 @@ jobs: - run: | cd Uno.Gallery dotnet build -c Release -p:TargetFrameworkOverride=net8.0-browserwasm "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: wasm-site path: ${{ env.DIST_PATH }}