File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Check out source code
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v4
2121
2222 - name : Set up permissions
2323 run : chmod +x build-macOS_${{ matrix.arch }}.sh
2626 run : ./build-macOS_${{ matrix.arch }}.sh
2727
2828 - name : Upload binary as artifact
29- uses : actions/upload-artifact@v2
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : appdecrypt-macOS-${{ matrix.arch }}
3232 path : appdecrypt
3636
3737 steps :
3838 - name : Check out source code
39- uses : actions/checkout@v2
39+ uses : actions/checkout@v4
4040
4141 - name : Set up permissions
4242 run : chmod +x build-iOS.sh
4848 run : ./build-iOS.sh
4949
5050 - name : Upload binary as artifact
51- uses : actions/upload-artifact@v2
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : appdecrypt-iOS
5454 path : appdecrypt
You can’t perform that action at this time.
0 commit comments