diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 2b09553..b03f01a 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -17,7 +17,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -68,12 +68,15 @@ jobs: uses: actions/download-artifact@v4 with: name: webapp + - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 + - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: path: 'wwwroot' + - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4