Skip to content

Commit d3eca81

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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] <support@github.com>
1 parent cec5649 commit d3eca81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build
7575
run: dotnet build --configuration Release --no-restore
7676
- name: Download CLI artifacts
77-
uses: actions/download-artifact@v6
77+
uses: actions/download-artifact@v7
7878
with:
7979
path: ./artifacts_download
8080
- name: NugetPush
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build
112112
run: dotnet build --configuration Release --no-restore
113113
- name: Download CLI artifacts
114-
uses: actions/download-artifact@v6
114+
uses: actions/download-artifact@v7
115115
with:
116116
path: ./artifacts_download
117117
- name: NugetPush

0 commit comments

Comments
 (0)