diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 3d9c681..a7f510d 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -65,7 +65,7 @@ jobs: with: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Download Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: nupkg - name: Push to nuget.org