We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf3d12d + 3bc1cb0 commit fb5e622Copy full SHA for fb5e622
1 file changed
.github/workflows/test_publish.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: actions/setup-dotnet@v5
61
62
# Download the NuGet package created in the previous job
63
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
64
with:
65
name: nuget
66
path: ${{ env.NUGET_DIRECTORY }}
@@ -106,7 +106,7 @@ jobs:
106
needs: [validate_package, test]
107
steps:
108
109
110
111
112
0 commit comments