diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7ddbd05..b7899ca 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -69,7 +69,7 @@ jobs: - name: Upload Sample Web Site if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: name: github-pages path: "${{env.BUILD_PATH}}/sample/wwwroot"