We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4d903 commit 70116c4Copy full SHA for 70116c4
.github/workflows/compile-examples.yml
@@ -68,7 +68,7 @@ jobs:
68
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
69
70
- name: Save sketches report as workflow artifact
71
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
72
with:
73
if-no-files-found: error
74
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
75
path: |
76
*.yaml
0 commit comments