Skip to content

Commit 5ddf74e

Browse files
committed
Specify sketches report artifact name in "Report Size Deltas" CI workflow
Even though the default artifact name is in use, reliance on this default is perhaps a bit more prone to issues.
1 parent 6aac944 commit 5ddf74e

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
@@ -20,3 +20,6 @@ jobs:
2020
steps:
2121
- name: Comment size deltas reports to PRs
2222
uses: arduino/report-size-deltas@main
23+
with:
24+
# The name of the workflow artifact created by the sketch compilation workflow
25+
sketches-reports-source: sketches-reports

0 commit comments

Comments
 (0)