We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbadf6 commit 30b1a52Copy full SHA for 30b1a52
.github/workflows/compile-examples.yml
@@ -81,7 +81,7 @@ jobs:
81
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
82
83
- name: Save sketches report as workflow artifact
84
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
85
with:
86
if-no-files-found: error
87
name: sketches-report-${{ matrix.board.artifact-name-suffix }}
.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
78
path: |
79
*.yaml
0 commit comments