Skip to content

Commit 63b77f4

Browse files
committed
Fix doxygen check
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent a0680df commit 63b77f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/localhost_demo_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/tag-and-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)