We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc915dc + d3eca81 commit 98feebbCopy full SHA for 98feebb
1 file changed
.github/workflows/dotnet.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Build
78
run: dotnet build --configuration Release --no-restore
79
- name: Download CLI artifacts
80
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
81
with:
82
path: ./artifacts_download
83
- name: NugetPush
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
118
119
120
0 commit comments