diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index a900e494f..37d1d5d15 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -24,7 +24,7 @@ jobs: nuget-version: '5.x' - name: Download artifact - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 if: github.event.workflow_run.conclusion == 'success' with: github_token: ${{ secrets.GITHUB_TOKEN }}