We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2de7cc commit 05218efCopy full SHA for 05218ef
.github/workflows/step-dotnet-publish-nuget.yml
@@ -33,7 +33,7 @@ jobs:
33
34
steps:
35
- name: Download artifacts from `${{ inputs.workflowName }}` workflow
36
- uses: actions/download-artifact@v4.3.0
+ uses: actions/download-artifact@v5.0.0
37
with:
38
github-token: ${{ secrets.WORKFLOW_PACKAGES }}
39
merge-multiple: true
0 commit comments