File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 with :
1919 submodules : recursive
2020
2121 - name : ' Get OpenVPNAdapter'
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 with :
2424 repository : amnezia-vpn/OpenVPNAdapter
2525 ref : master-amnezia
7979 fi
8080
8181 - name : Archive Build
82- uses : actions/upload-artifact@v3
82+ uses : actions/upload-artifact@v4
8383 with :
8484 name : OpenVPNAdapter-ios
8585 path : ' OpenVPNAdapter/build/Release-iphoneos'
@@ -92,10 +92,10 @@ jobs:
9292
9393 steps :
9494 - name : Setup | Checkout
95- uses : actions/checkout@v3
95+ uses : actions/checkout@v4
9696
9797 - name : Setup | Download iOS Artifact
98- uses : actions/download-artifact@v3
98+ uses : actions/download-artifact@v4
9999 with :
100100 name : OpenVPNAdapter-ios
101101 path : openvpnadapter-ios/
You can’t perform that action at this time.
0 commit comments