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 1fad8ab commit 351153dCopy full SHA for 351153d
.github/workflows/cicd-template.yaml
@@ -50,7 +50,7 @@ jobs:
50
if: steps.semantic_final.outputs.new_release_published == 'true'
51
run: dotnet nuget push **/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
52
53
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
54
with:
55
name: NuGet Package
56
path: '**/*.nupkg'
.github/workflows/cicd.yaml
@@ -88,7 +88,7 @@ jobs:
88
89
run: dotnet nuget push src/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ steps.login.outputs.NUGET_API_KEY }}
90
91
92
93
94
path: src/**/*.nupkg
0 commit comments