Skip to content

Commit 40a0d45

Browse files
committed
update upload-artifact version
1 parent 8812b71 commit 40a0d45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnetcore.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: archiving dotnet tool
2020
run: "powershell ./build.ps1 --target Archive BuildInstaller --configuration Release --runtime \"${{matrix.rid}}\""
2121
- name: upload archive
22-
uses: actions/upload-artifact@v1
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: "WEventViewer-win-x64"
2525
path: "dist/publish/Release/${{matrix.rid}}/WEventViewer-${{matrix.rid}}.zip"
2626
- name: upload installer
27-
uses: actions/upload-artifact@v1
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: "WEventViewer-Installer"
3030
path: "dist/installer/Release/en-US/WEventViewer.Installer.msi"

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: archiving dotnet tool
2020
run: "powershell ./build.ps1 --target Archive BuildInstaller --configuration Release --runtime \"${{matrix.rid}}\""
2121
- name: upload artifacts
22-
uses: actions/upload-artifact@v1
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: "WEventViewer-win-x64"
2525
path: "dist/publish/Release/${{matrix.rid}}/WEventViewer-${{matrix.rid}}.zip"
2626
- name: upload installer
27-
uses: actions/upload-artifact@v1
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: "WEventViewer-installer"
3030
path: "dist/installer/Release/en-US/WEventViewer.Installer.msi"

0 commit comments

Comments
 (0)