File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
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 @@ -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 61
61
run : task dist:${{ matrix.os }}
62
62
63
63
- name : Upload artifacts
64
- uses : actions/upload-artifact@v3
64
+ uses : actions/upload-artifact@v4
65
65
with :
66
66
if-no-files-found : error
67
67
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
You can’t perform that action at this time.
0 commit comments