diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 0866225..1b9ed5f 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -97,14 +97,14 @@ jobs: steps: # Download the NuGet package created in the pack job - name: Download NuGet package artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: nuget path: ${{ env.NuGetDirectory }} # Download the global.json file uploaded in the pack job - name: Download NuGet package artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: globaljson path: ${{ github.workspace }}