diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0030f0d..01db7e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: dotnet publish --configuration Release --no-build --output ${{ env.WEBAPP_PACKAGE_PATH }} - name: Publish Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: webapp path: ${{ env.WEBAPP_PACKAGE_PATH }}