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.
1 parent a073d05 commit 4bd6140Copy full SHA for 4bd6140
.github/workflows/package.yml
@@ -109,7 +109,7 @@ jobs:
109
run: dotnet tool install --global NuGetKeyVaultSignTool
110
111
- name: Download Unsigned Packages
112
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
113
with:
114
name: Unsigned
115
path: '${{ github.workspace }}/unsigned'
@@ -166,7 +166,7 @@ jobs:
166
- name: Install .NET Core
167
uses: actions/setup-dotnet@v4
168
- name: Download Packages
169
170
171
name: Signed
172
path: '${{ github.workspace }}/packages'
0 commit comments