diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 98cb0f6..72eceef 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -59,7 +59,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@v2 + uses: actions/upload-pages-artifact@v3 with: name: github-pages path: "${{env.BUILD_PATH}}/sample/wwwroot"