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 f77c3b5 + 7356f6f commit 744e557Copy full SHA for 744e557
.github/workflows/dotnet.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Build
75
run: dotnet build --configuration Release --no-restore
76
- name: Download CLI artifacts
77
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
78
with:
79
path: ./artifacts_download
80
- name: NugetPush
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
115
116
117
0 commit comments