We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df46127 + 76a1b71 commit a8fee68Copy full SHA for a8fee68
.github/workflows/compile-examples.yml
@@ -67,7 +67,7 @@ jobs:
67
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
68
69
- name: Save memory usage change report as artifact
70
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
71
with:
72
name: ${{ env.SKETCHES_REPORTS_PATH }}
73
path: ${{ env.SKETCHES_REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -70,7 +70,7 @@ jobs:
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
- name: Pass configuration files to next job via workflow artifact
74
75
path: |
76
*.yaml
0 commit comments