diff --git a/.github/workflows/nuget_publish.yaml b/.github/workflows/nuget_publish.yaml index c1877ed..b4f111b 100644 --- a/.github/workflows/nuget_publish.yaml +++ b/.github/workflows/nuget_publish.yaml @@ -104,7 +104,7 @@ jobs: needs: [ validate_nuget, run_test ] steps: # Download the NuGet package created in the previous job - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: nuget path: ${{ env.NuGetDirectory }}