File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
103
103
- name : Upload cache to workflow artifact
104
104
if : failure() && steps.diff.outcome == 'failure'
105
- uses : actions/upload-artifact@v3
105
+ uses : actions/upload-artifact@v4
106
106
with :
107
107
if-no-files-found : error
108
108
name : dep-licenses-cache
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@v3
58
+ uses : actions/upload-artifact@v4
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@v3
98
+ uses : actions/upload-artifact@v4
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@v3
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
85
path : |
86
86
*.yaml
You can’t perform that action at this time.
0 commit comments