We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b235b3d + a1ec82f commit 1d744f5Copy full SHA for 1d744f5
.github/workflows/Compile Examples.yml
@@ -74,7 +74,7 @@ jobs:
74
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
75
76
- name: Save memory usage change report as artifact
77
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
78
with:
79
name: ${{ env.SKETCHES_REPORTS_PATH }}
80
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
path: |
*.yaml
0 commit comments