We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0168cf commit 03005acCopy full SHA for 03005ac
.github/workflows/compile-examples.yml
@@ -165,7 +165,7 @@ jobs:
165
166
- name: Save memory usage change report as artifact
167
if: github.event_name == 'pull_request'
168
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
169
with:
170
if-no-files-found: error
171
name: ${{ 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