Skip to content

Commit 62c1395

Browse files
committed
Define name of sketches reports workflow artifact
Even though this is already the default value, relying on the default is a bit risky due to the need to specify the artifact name to the actions/upload-artifact action in the sketch compilation workflow.
1 parent 78ab9eb commit 62c1395

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/report-size-deltas.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ jobs:
1616
steps:
1717
- name: Comment size deltas reports to PRs
1818
uses: arduino/report-size-deltas@v1
19+
with:
20+
# The name of the workflow artifact created by the sketch compilation workflow
21+
sketches-reports-source: sketches-reports

0 commit comments

Comments
 (0)