Skip to content

Commit 3ac73cb

Browse files
authored
Update build.yml
1 parent 5d6f4a2 commit 3ac73cb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Download lua
1919
shell: pwsh
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
arch: x86
2828

29-
- uses: leafo/gh-actions-lua@v11
29+
- uses: leafo/gh-actions-lua@v12
3030
with:
3131
luaVersion: 5.1.5
3232

@@ -51,7 +51,7 @@ jobs:
5151
7z a ImageLoader_M.zip *
5252
5353
- name: Upload artifact
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: ImageLoader_M
5757
path: ${{ github.workspace }}/pub/ImageLoader_M.zip
@@ -63,11 +63,11 @@ jobs:
6363
if: github.ref == 'refs/heads/master'
6464
steps:
6565
- name: Checkout repository
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v5
6767
with:
6868
fetch-depth: 0
6969

70-
- uses: actions/download-artifact@v4
70+
- uses: actions/download-artifact@v6
7171
with:
7272
name: ImageLoader_M
7373
path: artifacts
@@ -81,3 +81,4 @@ jobs:
8181
TAG_NAME=r${REVCOUNT}
8282
gh release create "${TAG_NAME}" ${{ github.workspace }}/artifacts/*.zip -t "${RELEASE_NAME}"
8383
84+

0 commit comments

Comments
 (0)