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 27c305b commit 51b450bCopy full SHA for 51b450b
.github/workflows/cicd.yml
@@ -70,7 +70,7 @@ jobs:
70
run: dotnet pack -c Release -p:Version=${{ (steps.semantic.outputs.new_release_published && steps.semantic.outputs.new_release_version) || '0.0.1' }}
71
72
- name: Upload NuGet Packages
73
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
74
with:
75
name: NuGet Package
76
path: src/**/*.nupkg
0 commit comments