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.
2 parents 35555c0 + 6e7905f commit e410f30Copy full SHA for e410f30
.github/workflows/composite/pack/action.yml
@@ -39,7 +39,7 @@ runs:
39
run: dotnet pack src/${{inputs.project}} -c Release --no-build
40
41
- name: Publish Artifacts
42
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
43
with:
44
name: ${{inputs.project}}-packages
45
path: '**/${{inputs.project}}/bin/**/*.*nupkg'
0 commit comments