Skip to content

Commit 2539e3e

Browse files
committed
Update upload-artifact version and use old ubuntu
1 parent 80d9817 commit 2539e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_compile_scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
dll_build:
99
name: Build DLL
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v3
@@ -24,7 +24,7 @@ jobs:
2424
git show --pretty="format:Commit: %H %d%nDate: %cs%n%n%B" --no-patch > ./bin/Release/Assembly-CSharp.version.txt
2525
2626
- name: Upload DLL as Artifact
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: higurashi-dll
3030
path: |

0 commit comments

Comments
 (0)