Skip to content

Commit fcd3dc0

Browse files
authored
Merge pull request #23 from jonsagara/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
2 parents 8fd5d9e + ee7758d commit fcd3dc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ jobs:
8686
steps:
8787
# Download the NuGet package created in the pack job
8888
- name: Download NuGet package artifacts
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: nuget
9292
path: ${{ env.NuGetDirectory }}
9393

9494
# Download the global.json file uploaded in the pack job
9595
- name: Download NuGet package artifacts
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@v8
9797
with:
9898
name: globaljson
9999
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)