We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef6e4c6 + f559299 commit ab974b8Copy full SHA for ab974b8
.github/workflows/release-nuget.yml
@@ -16,15 +16,15 @@ jobs:
16
steps:
17
- name: Download specific artifact
18
if: ${{ github.event.inputs.runId > 0 }}
19
- uses: dawidd6/action-download-artifact@v2
+ uses: dawidd6/action-download-artifact@v6
20
with:
21
workflow: build.yml
22
branch: main
23
run_id: ${{ github.event.inputs.runId }}
24
25
- name: Download latest artifact
26
if: ${{ github.event.inputs.runId == -1 }}
27
28
29
30
0 commit comments