File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- name : archiving dotnet tool
20
20
run : " powershell ./build.ps1 --target Archive BuildInstaller --configuration Release --runtime \" ${{matrix.rid}}\" "
21
21
- name : upload archive
22
- uses : actions/upload-artifact@v1
22
+ uses : actions/upload-artifact@v4
23
23
with :
24
24
name : " WEventViewer-win-x64"
25
25
path : " dist/publish/Release/${{matrix.rid}}/WEventViewer-${{matrix.rid}}.zip"
26
26
- name : upload installer
27
- uses : actions/upload-artifact@v1
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : " WEventViewer-Installer"
30
30
path : " dist/installer/Release/en-US/WEventViewer.Installer.msi"
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- name : archiving dotnet tool
20
20
run : " powershell ./build.ps1 --target Archive BuildInstaller --configuration Release --runtime \" ${{matrix.rid}}\" "
21
21
- name : upload artifacts
22
- uses : actions/upload-artifact@v1
22
+ uses : actions/upload-artifact@v4
23
23
with :
24
24
name : " WEventViewer-win-x64"
25
25
path : " dist/publish/Release/${{matrix.rid}}/WEventViewer-${{matrix.rid}}.zip"
26
26
- name : upload installer
27
- uses : actions/upload-artifact@v1
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : " WEventViewer-installer"
30
30
path : " dist/installer/Release/en-US/WEventViewer.Installer.msi"
You can’t perform that action at this time.
0 commit comments