We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b279e00 commit 73e056aCopy full SHA for 73e056a
1 file changed
.github/workflows/release.yml
@@ -14,14 +14,7 @@ jobs:
14
15
steps:
16
- 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
+ uses: actions/checkout@v6
25
26
- name: Remove old Inno Setup (if exists)
27
shell: pwsh
@@ -90,7 +83,7 @@ jobs:
90
83
& $iscc "OpenServerPanel.iss"
91
84
92
85
- name: Upload artifact
93
- uses: actions/upload-artifact@v4
86
+ uses: actions/upload-artifact@v7
94
87
with:
95
88
name: open-server-panel-setup
96
89
path: release/*.exe
0 commit comments