We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fd5d9e + ee7758d commit fcd3dc0Copy full SHA for fcd3dc0
1 file changed
.github/workflows/build-and-publish.yml
@@ -86,14 +86,14 @@ jobs:
86
steps:
87
# Download the NuGet package created in the pack job
88
- name: Download NuGet package artifacts
89
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
90
with:
91
name: nuget
92
path: ${{ env.NuGetDirectory }}
93
94
# Download the global.json file uploaded in the pack job
95
96
97
98
name: globaljson
99
path: ${{ github.workspace }}
0 commit comments