File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 environment : nuget
2323 steps :
2424 - name : Checkout sources
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 - name : Extract version from tag
2727 uses :
damienaicheh/[email protected] 2828 - name : Set release version
7777 version : ' ${{ env.RELEASE_VERSION }}'
7878 path : src/Fabulous.Avalonia.TreeDataGrid/CHANGELOG.md
7979 - name : Setup .NET
80- uses : actions/setup-dotnet@v3
80+ uses : actions/setup-dotnet@v4
8181 with :
8282 dotnet-version : 8.0.x
8383 - name : Install dotnet workload
9898 dotnet pack ${TREEDATAGRID_PROJ} -p:Version=${RELEASE_VERSION} -p:PackageReleaseNotes="${{ steps.treedatagrid_changelog.outputs.changes }}" -c ${CONFIG} --property PackageOutputPath=${PWD}/nupkgs
9999 dotnet pack ${TEMPLATE_PROJ} -p:Version=${RELEASE_VERSION} -p:PackageReleaseNotes="${{ steps.templates_changelog.outputs.changes }}" -c ${CONFIG} --property PackageOutputPath=${PWD}/nupkgs
100100 - name : Upload artifacts
101- uses : actions/upload-artifact@v3
101+ uses : actions/upload-artifact@v4
102102 with :
103103 name : Packages
104104 path : nupkgs/
You can’t perform that action at this time.
0 commit comments