diff --git a/.github/workflows/nuget-pack-push.yml b/.github/workflows/nuget-pack-push.yml index 4a82447..8eeb02b 100644 --- a/.github/workflows/nuget-pack-push.yml +++ b/.github/workflows/nuget-pack-push.yml @@ -1,4 +1,4 @@ -name: Pack and Push NuGet Package +name: Pack and Push NuGet Package on: push: @@ -50,7 +50,7 @@ jobs: id: login with: user: ${{ secrets.TARGET_NUGET_USER }} - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: nuget path: ./nuget