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 f233cd2 commit 409669dCopy full SHA for 409669d
.github/workflows/compile-examples.yml
@@ -78,7 +78,7 @@ jobs:
78
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
79
80
- name: Save sketches report as workflow artifact
81
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
82
with:
83
if-no-files-found: error
84
path: ${{ env.SKETCHES_REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -73,7 +73,7 @@ jobs:
73
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
74
75
- name: Pass configuration files to next job via workflow artifact
76
77
path: |
*.yaml
0 commit comments