Skip to content

Commit

Permalink
Upgrade upload-artifact workflow (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace-Radom authored Feb 24, 2025
1 parent 8c041ad commit 3155f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Build
run: .\make.bat
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installer
path: build_installer\LenovoLegionToolkitSetup.exe
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand All @@ -28,7 +28,7 @@ jobs:
files: build_installer/LenovoLegionToolkitSetup.exe
fail_on_unmatched_files: true
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installer
path: build_installer/LenovoLegionToolkitSetup.exe

0 comments on commit 3155f2e

Please sign in to comment.