diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 0e42a9b..38a153c 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -131,7 +131,7 @@ jobs: dotnet nuget enable source github - name: Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Publish Nuget GitHub run: dotnet nuget push 'artifacts/*.nupkg' -k ${GITHUB_TOKEN} -s github --skip-duplicate