Skip to content

Commit f347920

Browse files
Merge pull request #359 from CodebreakerApp/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 8a5c07e + 5546dee commit f347920

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@v7
23+
uses: actions/download-artifact@v8
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@v7
25+
uses: actions/download-artifact@v8
2626
with:
2727
name: ${{ inputs.artifact-name }}
2828
path: packages

0 commit comments

Comments
 (0)