File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
54
54
- name : Upload Screenshots
55
55
if : ${{ always() }}
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : Screenshots-${{ github.run_number }}
59
59
path : ${{ github.workspace }}\MaterialDesignThemes.UITests\bin\${{ inputs.build-configuration }}\net8.0-windows7\Screenshots
@@ -63,13 +63,13 @@ jobs:
63
63
run : .\Scripts\BuildNugets.ps1 -MDIXVersion ${{ inputs.mdix-version }} -MDIXColorsVersion ${{ inputs.mdix-colors-version }} -MDIXMahAppsVersion ${{ inputs.mdix-mahapps-version }}
64
64
65
65
- name : Upload NuGets
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : NuGets
69
69
path : " *.nupkg"
70
70
71
71
- name : Upload Demo App
72
- uses : actions/upload-artifact@v3
72
+ uses : actions/upload-artifact@v4
73
73
with :
74
74
name : DemoApp
75
75
path : " MainDemo.Wpf/bin/${{ env.buildConfiguration }}"
Original file line number Diff line number Diff line change 65
65
cat "ReleaseNotes.md"
66
66
67
67
- name : Upload Release Notes
68
- uses : actions/upload-artifact@v3
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : ReleaseNotes
71
71
path : " ReleaseNotes.md"
@@ -106,7 +106,7 @@ jobs:
106
106
dotnet run --project ./mdresgen/mdresgen.csproj -c Release -- icon-diff
107
107
108
108
- name : Upload Icon Changes
109
- uses : actions/upload-artifact@v3
109
+ uses : actions/upload-artifact@v4
110
110
with :
111
111
name : IconChanges
112
112
path : " IconChanges*.md"
You can’t perform that action at this time.
0 commit comments