From 181af036d5565fa5cdcc11741620938b5c0e7dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 6 Nov 2024 07:55:34 +0100 Subject: [PATCH] fix workflow --- .github/workflows/arduino.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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