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.
2 parents 907271c + 017915b commit 2a3678fCopy full SHA for 2a3678f
.github/workflows/compile-examples.yml
@@ -61,7 +61,7 @@ jobs:
61
- compiler.cpp.extra_flags=-DUSE_MODBUS_SENSOR_MD02=1
62
63
- name: Save sketches report as workflow artifact
64
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
65
with:
66
if-no-files-found: error
67
path: ${{ env.SKETCHES_REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -73,7 +73,7 @@ jobs:
73
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
74
75
- name: Pass configuration files to next job via workflow artifact
76
77
78
path: ${{ matrix.filename }}
79
0 commit comments