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.
1 parent f98b9d0 commit a8c9a38Copy full SHA for a8c9a38
.github/workflows/compile-examples.yml
@@ -56,7 +56,7 @@ jobs:
56
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
57
58
- name: Save sketches report as workflow artifact
59
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
60
with:
61
if-no-files-found: error
62
path: ${{ env.SKETCHES_REPORTS_PATH }}
.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