Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Nov 6, 2024
1 parent 8f42b78 commit 181af03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 181af03

Please sign in to comment.