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 }}