We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37dee6 commit 1bebfc9Copy full SHA for 1bebfc9
.github/workflows/test.arduino-compile-examples.yml
@@ -59,7 +59,7 @@ jobs:
59
enable-deltas-report: true
60
# This step is needed to pass the size data to the report job.
61
- name: Upload sketches report to workflow artifact.
62
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
63
with:
64
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
65
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -72,7 +72,7 @@ jobs:
72
steps:
73
# This step is needed to get the size data produced by the compile jobs.
74
- name: Download sketches reports artifact.
75
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
76
77
78
0 commit comments