Skip to content

Commit 5d43e47

Browse files
Merge pull request #197 from CodebreakerApp/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 4e6cc86 + 171069e commit 5d43e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publishnuget-azuredevops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Download artifact
20-
uses: actions/download-artifact@v4
20+
uses: actions/download-artifact@v5
2121
with:
2222
name: ${{ inputs.artifact-name }}
2323
path: packages

.github/workflows/publishnuget-nugetserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Download artifact
22-
uses: actions/download-artifact@v4
22+
uses: actions/download-artifact@v5
2323
with:
2424
name: ${{ inputs.artifact-name }}
2525
path: packages

0 commit comments

Comments
 (0)