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 67f5f6f + 5993375 commit d994509Copy full SHA for d994509
.github/workflows/compile-examples.yml
@@ -200,7 +200,7 @@ jobs:
200
201
- name: Save memory usage change report as artifact
202
if: github.event_name == 'pull_request'
203
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
204
with:
205
if-no-files-found: error
206
name: sketches-report-${{ matrix.board.artifact-name-suffix }}
.github/workflows/sync-labels.yml
@@ -70,7 +70,7 @@ jobs:
70
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
71
72
- name: Pass configuration files to next job via workflow artifact
73
74
75
path: |
76
*.yaml
0 commit comments