We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d63709 + c77ebf3 commit faf60faCopy full SHA for faf60fa
1 file changed
.github/workflows/build-and-publish.yml
@@ -97,14 +97,14 @@ jobs:
97
steps:
98
# Download the NuGet package created in the pack job
99
- name: Download NuGet package artifacts
100
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
101
with:
102
name: nuget
103
path: ${{ env.NuGetDirectory }}
104
105
# Download the global.json file uploaded in the pack job
106
107
108
109
name: globaljson
110
path: ${{ github.workspace }}
0 commit comments