File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
85
85
86
86
- name : Pass configuration files to next job via workflow artifact
87
- uses : actions/upload-artifact@v3
87
+ uses : actions/upload-artifact@v4
88
88
with :
89
89
path : |
90
90
*.yaml
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
echo "report-artifact-name=${{ github.job }}" >> "$GITHUB_OUTPUT"
146
146
147
147
- name : Save sketches report as workflow artifact
148
- uses : actions/upload-artifact@v3
148
+ uses : actions/upload-artifact@v4
149
149
with :
150
150
path : sketches-reports
151
151
name : ${{ steps.report-artifact-name.outputs.report-artifact-name }}
You can’t perform that action at this time.
0 commit comments