We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d422e3e commit 2e7a392Copy full SHA for 2e7a392
.github/workflows/hil.yml
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/checkout@v4
82
83
- name: Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
84
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
85
with:
86
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
87
path: ~/.arduino/tests/
.github/workflows/lib.yml
@@ -98,7 +98,7 @@ jobs:
98
99
# This step is needed to get the size data produced by the compile jobs
100
- name: Download sketches reports artifact
101
102
103
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
104
path: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments