From 3910c72e42cd3cc265f9c93009bc5f9653f24c4c Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Wed, 11 Sep 2024 10:44:44 +0300 Subject: [PATCH] ci: Update upload-artifact to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea855cc..f8c66b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: dotnet build -c Release "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}" name: Build WebAssembly app - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: wasm-site path: ${{ env.DIST_PATH }}