From f7b2ef9eebf21f068195e67985aa081fea1fa60d Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Wed, 11 Sep 2024 10:35:19 +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 0e7e6f1a..87c71128 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: cd src/ToDo.Wasm dotnet build -c Release "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: wasm-site path: ${{ env.DIST_PATH }}