Skip to content

Commit ab974b8

Browse files
authored
Merge pull request #115 from redth-org/dependabot/github_actions/dot-github/workflows/dawidd6/action-download-artifact-6
Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows
2 parents ef6e4c6 + f559299 commit ab974b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
steps:
1717
- name: Download specific artifact
1818
if: ${{ github.event.inputs.runId > 0 }}
19-
uses: dawidd6/action-download-artifact@v2
19+
uses: dawidd6/action-download-artifact@v6
2020
with:
2121
workflow: build.yml
2222
branch: main
2323
run_id: ${{ github.event.inputs.runId }}
2424

2525
- name: Download latest artifact
2626
if: ${{ github.event.inputs.runId == -1 }}
27-
uses: dawidd6/action-download-artifact@v2
27+
uses: dawidd6/action-download-artifact@v6
2828
with:
2929
workflow: build.yml
3030
branch: main

0 commit comments

Comments
 (0)