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 0a12325 + 441b356 commit 799bf10Copy full SHA for 799bf10
.github/workflows/compile-examples.yml
@@ -82,7 +82,7 @@ jobs:
82
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
83
84
- name: Save sketches report as workflow artifact
85
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
86
with:
87
if-no-files-found: error
88
name: sketches-report-${{ matrix.board.artifact-name-suffix }}
.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: |
79
*.yaml
0 commit comments