Skip to content

Commit 3e660da

Browse files
chore(deps): bump actions/download-artifact from 5 to 7 (#10937)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c90cb22 commit 3e660da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
dotnet-version: 10.x
5151

52-
- uses: actions/download-artifact@v5
52+
- uses: actions/download-artifact@v7
5353
with:
5454
name: nuget
5555
path: drop/nuget
@@ -90,12 +90,12 @@ jobs:
9090
with:
9191
dotnet-version: 10.x
9292

93-
- uses: actions/download-artifact@v5
93+
- uses: actions/download-artifact@v7
9494
with:
9595
name: nuget-signed
9696
path: drop/nuget
9797

98-
- uses: actions/download-artifact@v5
98+
- uses: actions/download-artifact@v7
9999
with:
100100
name: bin
101101
path: drop/bin

0 commit comments

Comments
 (0)