We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 961671d + 5578b94 commit f14d69aCopy full SHA for f14d69a
.github/workflows/compile-examples.yml
@@ -138,7 +138,7 @@ jobs:
138
139
- name: Save memory usage change report as artifact
140
if: github.event_name == 'pull_request'
141
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
142
with:
143
if-no-files-found: error
144
name: ${{ env.SKETCHES_REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -70,7 +70,7 @@ jobs:
70
file-url: https://github.com/raw/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