4040 install : true
4141
4242 - name : Upload built lib
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : ${{ matrix.build_id }}
4646 path : build-dir
@@ -113,7 +113,7 @@ jobs:
113113 echo Our job run ID is $SHA_SUM
114114
115115 - name : Checkout wolfSSL
116- uses : actions/checkout@v3
116+ uses : actions/checkout@v4
117117 with :
118118 path : wolfssl
119119
@@ -140,7 +140,7 @@ jobs:
140140 echo "hostap_debug_flags=-d" >> $GITHUB_ENV
141141
142142 - name : Download lib
143- uses : actions/download-artifact@v3
143+ uses : actions/download-artifact@v4
144144 with :
145145 name : ${{ matrix.config.build_id }}
146146 path : build-dir
@@ -170,7 +170,7 @@ jobs:
170170 sudo rmmod mac80211_hwsim
171171
172172 - name : Checkout hostap
173- uses : actions/checkout@v3
173+ uses : actions/checkout@v4
174174 with :
175175 repository : julek-wolfssl/hostap-mirror
176176 path : hostap
@@ -185,7 +185,7 @@ jobs:
185185
186186 - if : ${{ matrix.config.osp_ref }}
187187 name : Checkout OSP
188- uses : actions/checkout@v3
188+ uses : actions/checkout@v4
189189 with :
190190 repository : wolfssl/osp
191191 path : osp
@@ -275,7 +275,7 @@ jobs:
275275
276276 - name : Upload failure logs
277277 if : ${{ failure() && steps.testing.outcome == 'failure' }}
278- uses : actions/upload-artifact@v3
278+ uses : actions/upload-artifact@v4
279279 with :
280280 name : hostap-logs-${{ env.our_job_run_id }}
281281 path : hostap/tests/hwsim/logs.zip
0 commit comments