We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e6cc86 + 171069e commit 5d43e47Copy full SHA for 5d43e47
.github/workflows/publishnuget-azuredevops.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Download artifact
20
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
21
with:
22
name: ${{ inputs.artifact-name }}
23
path: packages
.github/workflows/publishnuget-nugetserver.yml
@@ -19,7 +19,7 @@ jobs:
24
25
0 commit comments