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 e2c7ec4 + cd83f3c commit 24e8f62Copy full SHA for 24e8f62
.github/workflows/compile-examples.yml
@@ -67,7 +67,7 @@ jobs:
67
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
68
69
- name: Save sketches report as workflow artifact
70
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
71
with:
72
if-no-files-found: error
73
path: ${{ env.SKETCHES_REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -73,7 +73,7 @@ jobs:
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