We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d284fa + d7f602c commit 5e97b4cCopy full SHA for 5e97b4c
.github/workflows/compile-examples.yml
@@ -106,7 +106,7 @@ jobs:
106
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
107
108
- name: Save sketches report as workflow artifact
109
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
110
with:
111
if-no-files-found: error
112
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