Skip to content

Commit 2e7a392

Browse files
committed
Test
1 parent d422e3e commit 2e7a392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hil.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v4
8282

8383
- name: Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
8787
path: ~/.arduino/tests/

.github/workflows/lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
# This step is needed to get the size data produced by the compile jobs
100100
- name: Download sketches reports artifact
101-
uses: actions/download-artifact@v3
101+
uses: actions/download-artifact@v4
102102
with:
103103
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
104104
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)