Skip to content

Commit 98feebb

Browse files
authored
Merge pull request #89 from Codeuctivity/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents bc915dc + d3eca81 commit 98feebb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Build
7878
run: dotnet build --configuration Release --no-restore
7979
- name: Download CLI artifacts
80-
uses: actions/download-artifact@v6
80+
uses: actions/download-artifact@v7
8181
with:
8282
path: ./artifacts_download
8383
- name: NugetPush
@@ -114,7 +114,7 @@ jobs:
114114
- name: Build
115115
run: dotnet build --configuration Release --no-restore
116116
- name: Download CLI artifacts
117-
uses: actions/download-artifact@v6
117+
uses: actions/download-artifact@v7
118118
with:
119119
path: ./artifacts_download
120120
- name: NugetPush

0 commit comments

Comments
 (0)