Skip to content

Commit fb5e622

Browse files
authored
Merge pull request #103 from yoannchaudet/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents cf3d12d + 3bc1cb0 commit fb5e622

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/setup-dotnet@v5
6161

6262
# Download the NuGet package created in the previous job
63-
- uses: actions/download-artifact@v7
63+
- uses: actions/download-artifact@v8
6464
with:
6565
name: nuget
6666
path: ${{ env.NUGET_DIRECTORY }}
@@ -106,7 +106,7 @@ jobs:
106106
needs: [validate_package, test]
107107
steps:
108108
# Download the NuGet package created in the previous job
109-
- uses: actions/download-artifact@v7
109+
- uses: actions/download-artifact@v8
110110
with:
111111
name: nuget
112112
path: ${{ env.NUGET_DIRECTORY }}

0 commit comments

Comments
 (0)