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 22
22
environment : nuget
23
23
steps :
24
24
- name : Checkout sources
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
- name : Extract version from tag
27
27
uses : damienaicheh/extract-version-from-tag-action@v1.0.0
28
28
- name : Set release version
77
77
version : ' ${{ env.RELEASE_VERSION }}'
78
78
path : src/Fabulous.Avalonia.TreeDataGrid/CHANGELOG.md
79
79
- name : Setup .NET
80
- uses : actions/setup-dotnet@v3
80
+ uses : actions/setup-dotnet@v4
81
81
with :
82
82
dotnet-version : 8.0.x
83
83
- name : Install dotnet workload
98
98
dotnet pack ${TREEDATAGRID_PROJ} -p:Version=${RELEASE_VERSION} -p:PackageReleaseNotes="${{ steps.treedatagrid_changelog.outputs.changes }}" -c ${CONFIG} --property PackageOutputPath=${PWD}/nupkgs
99
99
dotnet pack ${TEMPLATE_PROJ} -p:Version=${RELEASE_VERSION} -p:PackageReleaseNotes="${{ steps.templates_changelog.outputs.changes }}" -c ${CONFIG} --property PackageOutputPath=${PWD}/nupkgs
100
100
- name : Upload artifacts
101
- uses : actions/upload-artifact@v3
101
+ uses : actions/upload-artifact@v4
102
102
with :
103
103
name : Packages
104
104
path : nupkgs/
You can’t perform that action at this time.
0 commit comments