Skip to content

Commit 685a379

Browse files
committed
fix version
1 parent 1170084 commit 685a379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: dotnet nuget push "**/*.nupkg" -k ${{ steps.login.outputs.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
7171

7272
- name: Publish artifact
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: packaged-template
7676
path: ./src/package

0 commit comments

Comments
 (0)