Skip to content

Commit 1fed49f

Browse files
Merge pull request #343 from CodebreakerApp/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 1ce5b08 + 92a47e1 commit 1fed49f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publishnuget-azuredevops.yml

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

2121
steps:
2222
- name: Download artifact
23-
uses: actions/download-artifact@v5
23+
uses: actions/download-artifact@v6
2424
with:
2525
name: ${{ inputs.artifact-name }}
2626
path: packages

.github/workflows/publishnuget-nugetserver.yml

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

2323
steps:
2424
- name: Download artifact
25-
uses: actions/download-artifact@v5
25+
uses: actions/download-artifact@v6
2626
with:
2727
name: ${{ inputs.artifact-name }}
2828
path: packages

0 commit comments

Comments
 (0)