File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245245 fi
246246 - name : Upload doxygen artifact if main branch
247247 if : success() && github.ref == 'refs/heads/main'
248- uses : actions/upload-artifact@v2
248+ uses : actions/upload-artifact@v4
249249 with :
250250 name : doxygen.zip
251251 path : ./doxygen.zip
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205
206206 - name : ' Upload demo logs'
207207 if : always()
208- uses : actions/upload-artifact@v3
208+ uses : actions/upload-artifact@v4
209209 with :
210210 name : demo_run_logs
211211 path : demo_run_logs
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 ctest -E system --output-on-failure
111111 cd ..
112112 - name : Create artifact of ZIP
113- uses : actions/upload-artifact@v2
113+ uses : actions/upload-artifact@v4
114114 with :
115115 name : aws-iot-device-sdk-embedded-C-${{ github.event.inputs.version_number }}.zip
116116 path : zip-check/aws-iot-device-sdk-embedded-C-${{ github.event.inputs.version_number }}.zip
You can’t perform that action at this time.
0 commit comments