Skip to content

Commit e0c1de4

Browse files
committed
Merge branch 'master' of https://github.com/matheustkn/VCMP-Lua
2 parents bb63a50 + 69d57ee commit e0c1de4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
premake5 gmake
3939
make config=release
4040
41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
name: LinuxPlugin-ubuntu-x64
4444
path: |
@@ -66,7 +66,7 @@ jobs:
6666
# premake5 gmake
6767
# make config=release
6868

69-
# - uses: actions/upload-artifact@v3
69+
# - uses: actions/upload-artifact@v4
7070
# with:
7171
# name: LinuxPluginx-debian-64
7272
# path: |
@@ -99,7 +99,7 @@ jobs:
9999
premake5 vs2022
100100
msbuild.exe VCMPLua.sln -p:Configuration=Release -p:Platform=x64
101101
102-
- uses: actions/upload-artifact@v3
102+
- uses: actions/upload-artifact@v4
103103
with:
104104
name: WindowsPluginx64
105105
path: |

0 commit comments

Comments
 (0)