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