File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
112
112
- name : Upload cache to workflow artifact
113
113
if : failure() && steps.diff.outcome == 'failure'
114
- uses : actions/upload-artifact@v3
114
+ uses : actions/upload-artifact@v4
115
115
with :
116
116
if-no-files-found : error
117
117
name : dep-licenses-cache
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
112
112
- name : Upload cache to workflow artifact
113
113
if : failure() && steps.diff.outcome == 'failure'
114
- uses : actions/upload-artifact@v3
114
+ uses : actions/upload-artifact@v4
115
115
with :
116
116
if-no-files-found : error
117
117
name : dep-licenses-cache
Original file line number Diff line number Diff line change 53
53
run : task dist:${{ matrix.os }}
54
54
55
55
- name : Upload artifacts
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
if-no-files-found : error
59
59
name : ${{ env.ARTIFACT_NAME }}
@@ -164,7 +164,7 @@ jobs:
164
164
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
165
165
166
166
- name : Upload artifact
167
- uses : actions/upload-artifact@v3
167
+ uses : actions/upload-artifact@v4
168
168
with :
169
169
if-no-files-found : error
170
170
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
132
132
# Transfer builds to artifacts job
133
133
- name : Upload build artifact
134
- uses : actions/upload-artifact@v3
134
+ uses : actions/upload-artifact@v4
135
135
with :
136
136
path : ${{ env.DIST_DIR }}/${{ matrix.os.path }}
137
137
name : ${{ matrix.os.name }}
@@ -161,7 +161,7 @@ jobs:
161
161
done
162
162
163
163
- name : Upload checksum artifact
164
- uses : actions/upload-artifact@v3
164
+ uses : actions/upload-artifact@v4
165
165
with :
166
166
path : ./*checksums.txt
167
167
name : checksums
Original file line number Diff line number Diff line change 67
67
run : task dist:${{ matrix.os }}
68
68
69
69
- name : Upload artifacts
70
- uses : actions/upload-artifact@v3
70
+ uses : actions/upload-artifact@v4
71
71
with :
72
72
if-no-files-found : error
73
73
name : ${{ env.ARTIFACT_NAME }}
@@ -173,7 +173,7 @@ jobs:
173
173
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
174
174
175
175
- name : Upload artifact
176
- uses : actions/upload-artifact@v3
176
+ uses : actions/upload-artifact@v4
177
177
with :
178
178
if-no-files-found : error
179
179
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 60
60
run : task dist:${{ matrix.os }}
61
61
62
62
- name : Upload artifacts
63
- uses : actions/upload-artifact@v3
63
+ uses : actions/upload-artifact@v4
64
64
with :
65
65
if-no-files-found : error
66
66
name : ${{ env.ARTIFACT_NAME }}
@@ -169,7 +169,7 @@ jobs:
169
169
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
170
170
171
171
- name : Upload artifact
172
- uses : actions/upload-artifact@v3
172
+ uses : actions/upload-artifact@v4
173
173
with :
174
174
if-no-files-found : error
175
175
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 83
83
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
84
84
85
85
- name : Pass configuration files to next job via workflow artifact
86
- uses : actions/upload-artifact@v3
86
+ uses : actions/upload-artifact@v4
87
87
with :
88
88
path : |
89
89
*.yaml
Original file line number Diff line number Diff line change 73
73
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
74
74
75
75
- name : Pass configuration files to next job via workflow artifact
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
78
path : |
79
79
*.yaml
You can’t perform that action at this time.
0 commit comments