1414 upload64 :
1515 runs-on : windows-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - name : Build DLL
1919 run : |
2020 rustup default nightly
2424 move target/release/autorun.dll gmsv_autorun_win64.dll
2525
2626 - name : Upload DLL
27- uses : actions/upload-artifact@v2
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : Windows 64 Bit
3030 path : gmsv_autorun_win64.dll
3333 upload86 :
3434 runs-on : windows-latest
3535 steps :
36- - uses : actions/checkout@v2
36+ - uses : actions/checkout@v4
3737 - name : Build DLL
3838 run : |
3939 rustup default nightly
@@ -44,15 +44,15 @@ jobs:
4444 move target/i686-pc-windows-msvc/release/autorun.dll gmsv_autorun_win32.dll
4545
4646 - name : Upload DLL
47- uses : actions/upload-artifact@v2
47+ uses : actions/upload-artifact@v4
4848 with :
4949 name : Windows 32 Bit
5050 path : gmsv_autorun_win32.dll
5151
5252 upload64_ubuntu :
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v2
55+ - uses : actions/checkout@v4
5656 - name : Build DLL
5757 run : |
5858 cd autorun
@@ -61,15 +61,15 @@ jobs:
6161 mv target/release/libautorun.so gmsv_autorun_linux64.dll
6262
6363 - name : Upload DLL
64- uses : actions/upload-artifact@v2
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : Linux 64 Bit
6767 path : gmsv_autorun_linux64.dll
6868
6969 upload86_ubuntu :
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v4
7373 - name : Build DLL
7474 run : |
7575 sudo apt-get update && sudo apt-get install gcc-multilib
8080 mv target/i686-unknown-linux-gnu/release/libautorun.so gmsv_autorun_linux32.dll
8181
8282 - name : Upload DLL
83- uses : actions/upload-artifact@v2
83+ uses : actions/upload-artifact@v4
8484 with :
8585 name : Linux 32 Bit
8686 path : gmsv_autorun_linux32.dll
0 commit comments