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