File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
56
56
# Transfer builds to artifacts job
57
57
- name : Upload combined builds artifact
58
- uses : actions/upload-artifact@v2
58
+ uses : actions/upload-artifact@v3
59
59
with :
60
60
path : ${{ env.DIST_DIR }}
61
61
name : ${{ env.BUILDS_ARTIFACT }}
95
95
path : ${{ env.BUILDS_ARTIFACT }}
96
96
97
97
- name : Upload individual build artifact
98
- uses : actions/upload-artifact@v2
98
+ uses : actions/upload-artifact@v3
99
99
with :
100
100
path : ${{ env.BUILDS_ARTIFACT }}/${{ matrix.artifact.path }}
101
101
name : ${{ matrix.artifact.name }}
Original file line number Diff line number Diff line change 80
80
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
81
81
82
82
- name : Pass configuration files to next job via workflow artifact
83
- uses : actions/upload-artifact@v2
83
+ uses : actions/upload-artifact@v3
84
84
with :
85
85
path : |
86
86
*.yaml
You can’t perform that action at this time.
0 commit comments