diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index c9b89f965e6..bc3afe4193a 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v4 - name: Download ${{matrix.chip}}-${{matrix.chunks}} artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts path: ~/.arduino/tests/ diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index 647b62b2efb..2851accb46c 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -98,7 +98,7 @@ jobs: # This step is needed to get the size data produced by the compile jobs - name: Download sketches reports artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }} path: ${{ env.SKETCHES_REPORTS_PATH }}