Skip to content

Commit 32c704b

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06b1db7 commit 32c704b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-dotnet@v4
4848

4949
# Download the NuGet package created in the previous job
50-
- uses: actions/download-artifact@v3
50+
- uses: actions/download-artifact@v4.1.7
5151
with:
5252
name: nuget
5353
path: ${{ env.NuGetDirectory }}
@@ -80,7 +80,7 @@ jobs:
8080
secret: ${{ github.TOKEN }}
8181
approvers: Tynamix
8282
# Download the NuGet package created in the previous job
83-
- uses: actions/download-artifact@v3
83+
- uses: actions/download-artifact@v4.1.7
8484
with:
8585
name: nuget
8686
path: ${{ env.NuGetDirectory }}

0 commit comments

Comments
 (0)