diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7a9f474..577977f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -86,7 +86,7 @@ jobs: run: bash base/docfx/scripts/prepare.sh - name: Download documentation artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docfx-site path: site/${{ github.ref_name }} @@ -108,7 +108,7 @@ jobs: steps: - name: Download package artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: nupkg path: nuget