File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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
include-hidden-files : true
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
128
128
# Transfer builds to artifacts job
129
129
- name : Upload build artifact
130
- uses : actions/upload-artifact@v3
130
+ uses : actions/upload-artifact@v4
131
131
with :
132
132
path : ${{ env.DIST_DIR }}/${{ matrix.os.path }}
133
133
name : ${{ matrix.os.artifact-name }}
@@ -155,7 +155,7 @@ jobs:
155
155
done
156
156
157
157
- name : Upload checksum artifact
158
- uses : actions/upload-artifact@v3
158
+ uses : actions/upload-artifact@v4
159
159
with :
160
160
path : ./*checksums.txt
161
161
name : checksums
Original file line number Diff line number Diff line change 58
58
run : task dist:${{ matrix.task }}
59
59
60
60
- name : Upload artifacts
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
if-no-files-found : error
64
64
name : ${{ env.ARTIFACT_NAME }}
@@ -165,7 +165,7 @@ jobs:
165
165
tar -czvf "${{ env.PACKAGE_FILENAME }}" "${{ env.BUILD_FOLDER }}"
166
166
167
167
- name : Upload artifact
168
- uses : actions/upload-artifact@v3
168
+ uses : actions/upload-artifact@v4
169
169
with :
170
170
if-no-files-found : error
171
171
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 70
70
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
71
71
72
72
- name : Pass configuration files to next job via workflow artifact
73
- uses : actions/upload-artifact@v3
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
path : |
76
76
*.yaml
You can’t perform that action at this time.
0 commit comments