Skip to content

Commit 73e056a

Browse files
authored
Update release.yml
1 parent b279e00 commit 73e056a

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repo with LFS
17-
uses: actions/checkout@v4
18-
with:
19-
lfs: true
20-
21-
- name: Ensure LFS files are pulled
22-
run: |
23-
git lfs install
24-
git lfs pull
17+
uses: actions/checkout@v6
2518

2619
- name: Remove old Inno Setup (if exists)
2720
shell: pwsh
@@ -90,7 +83,7 @@ jobs:
9083
& $iscc "OpenServerPanel.iss"
9184
9285
- name: Upload artifact
93-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v7
9487
with:
9588
name: open-server-panel-setup
9689
path: release/*.exe

0 commit comments

Comments
 (0)