We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1170084 commit 685a379Copy full SHA for 685a379
1 file changed
.github/workflows/pack.yaml
@@ -70,7 +70,7 @@ jobs:
70
run: dotnet nuget push "**/*.nupkg" -k ${{ steps.login.outputs.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
71
72
- name: Publish artifact
73
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v4
74
with:
75
name: packaged-template
76
path: ./src/package
0 commit comments