diff --git a/.github/workflows/build-arduino.yml b/.github/workflows/build-arduino.yml index a7ea9888..5714b1ff 100644 --- a/.github/workflows/build-arduino.yml +++ b/.github/workflows/build-arduino.yml @@ -63,7 +63,7 @@ jobs: steps: # 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 }}