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 71
71
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
72
72
73
73
- name : Pass configuration files to next job via workflow artifact
74
- uses : actions/upload-artifact@v2
74
+ uses : actions/upload-artifact@v3
75
75
with :
76
76
path : |
77
77
*.yaml
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
echo "::set-output name=report-artifact-name::${{ github.job }}"
106
106
107
107
- name : Save sketches report as workflow artifact
108
- uses : actions/upload-artifact@v2
108
+ uses : actions/upload-artifact@v3
109
109
with :
110
110
path : sketches-reports
111
111
name : ${{ steps.report-artifact-name.outputs.report-artifact-name }}
You can’t perform that action at this time.
0 commit comments