File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
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 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 }}
@@ -162,7 +162,7 @@ jobs:
162
162
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
163
163
164
164
- name : Upload artifact
165
- uses : actions/upload-artifact@v3
165
+ uses : actions/upload-artifact@v4
166
166
with :
167
167
if-no-files-found : error
168
168
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
130
130
# Transfer builds to artifacts job
131
131
- name : Upload build artifact
132
- uses : actions/upload-artifact@v3
132
+ uses : actions/upload-artifact@v4
133
133
with :
134
134
path : ${{ env.DIST_DIR }}/${{ matrix.os.path }}
135
135
name : ${{ matrix.os.name }}
@@ -159,7 +159,7 @@ jobs:
159
159
done
160
160
161
161
- name : Upload checksum artifact
162
- uses : actions/upload-artifact@v3
162
+ uses : actions/upload-artifact@v4
163
163
with :
164
164
path : ./*checksums.txt
165
165
name : checksums
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 }}
@@ -167,7 +167,7 @@ jobs:
167
167
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
168
168
169
169
- name : Upload artifact
170
- uses : actions/upload-artifact@v3
170
+ uses : actions/upload-artifact@v4
171
171
with :
172
172
if-no-files-found : error
173
173
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 74
74
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
75
75
76
76
- name : Pass configuration files to next job via workflow artifact
77
- uses : actions/upload-artifact@v3
77
+ uses : actions/upload-artifact@v4
78
78
with :
79
79
path : |
80
80
*.yaml
You can’t perform that action at this time.
0 commit comments