File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
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
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
8181 TAG_NAME=r${REVCOUNT}
8282 gh release create "${TAG_NAME}" ${{ github.workspace }}/artifacts/*.zip -t "${RELEASE_NAME}"
8383
84+
You can’t perform that action at this time.
0 commit comments