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 a320a92 + 762529f commit 58bd8c2Copy full SHA for 58bd8c2
.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@v5
+ uses: actions/upload-artifact@v6
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