diff --git a/.github/workflows/arduino.yml b/.github/workflows/arduino.yml index b879437..6d3ba3e 100644 --- a/.github/workflows/arduino.yml +++ b/.github/workflows/arduino.yml @@ -44,7 +44,7 @@ jobs: # - name: QRCode # - name: ESP32Ping - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: sketches-reports path: sketches-reports @@ -57,7 +57,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@v2 + uses: actions/download-artifact@v4 with: name: sketches-reports path: sketches-reports