File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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
include-hidden-files : true
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
139
139
# Transfer builds to artifacts job
140
140
- name : Upload build artifact
141
- uses : actions/upload-artifact@v3
141
+ uses : actions/upload-artifact@v4
142
142
with :
143
143
path : ${{ env.DIST_DIR }}/${{ matrix.os.path }}
144
144
name : ${{ matrix.os.name }}
@@ -168,7 +168,7 @@ jobs:
168
168
done
169
169
170
170
- name : Upload checksum artifact
171
- uses : actions/upload-artifact@v3
171
+ uses : actions/upload-artifact@v4
172
172
with :
173
173
path : ./*checksums.txt
174
174
name : checksums
Original file line number Diff line number Diff line change 68
68
run : task dist:${{ matrix.os }}
69
69
70
70
- name : Upload artifacts
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
if-no-files-found : error
74
74
name : ${{ env.ARTIFACT_NAME }}
@@ -174,7 +174,7 @@ jobs:
174
174
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
175
175
176
176
- name : Upload artifact
177
- uses : actions/upload-artifact@v3
177
+ uses : actions/upload-artifact@v4
178
178
with :
179
179
if-no-files-found : error
180
180
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