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 73
73
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
74
74
- name : Upload cache to workflow artifact
75
75
if : failure() && steps.diff.outcome == 'failure'
76
- uses : actions/upload-artifact@v2
76
+ uses : actions/upload-artifact@v3
77
77
with :
78
78
if-no-files-found : error
79
79
name : dep-licenses-cache
Original file line number Diff line number Diff line change 38
38
run : task dist:all
39
39
40
40
- name : Upload artifacts
41
- uses : actions/upload-artifact@v2
41
+ uses : actions/upload-artifact@v3
42
42
with :
43
43
if-no-files-found : error
44
44
name : ${{ env.ARTIFACT_NAME }}
@@ -109,7 +109,7 @@ jobs:
109
109
perl -pi -w -e "s/.*${PACKAGE_FILENAME}/${CHECKSUM} ${PACKAGE_FILENAME}/g;" ${{ env.DIST_DIR }}/*-checksums.txt
110
110
111
111
- name : Upload artifacts
112
- uses : actions/upload-artifact@v2
112
+ uses : actions/upload-artifact@v3
113
113
with :
114
114
if-no-files-found : error
115
115
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 81
81
82
82
# Transfer builds to artifacts job
83
83
- name : Upload combined builds artifact
84
- uses : actions/upload-artifact@v2
84
+ uses : actions/upload-artifact@v3
85
85
with :
86
86
path : ${{ env.DIST_DIR }}
87
87
name : ${{ env.BUILDS_ARTIFACT }}
@@ -121,7 +121,7 @@ jobs:
121
121
path : ${{ env.BUILDS_ARTIFACT }}
122
122
123
123
- name : Upload individual build artifact
124
- uses : actions/upload-artifact@v2
124
+ uses : actions/upload-artifact@v3
125
125
with :
126
126
path : ${{ env.BUILDS_ARTIFACT }}/${{ matrix.artifact.path }}
127
127
name : ${{ matrix.artifact.name }}
Original file line number Diff line number Diff line change 43
43
run : task dist:all
44
44
45
45
- name : Upload artifacts
46
- uses : actions/upload-artifact@v2
46
+ uses : actions/upload-artifact@v3
47
47
with :
48
48
if-no-files-found : error
49
49
name : ${{ env.ARTIFACT_NAME }}
@@ -114,7 +114,7 @@ jobs:
114
114
perl -pi -w -e "s/.*${{ env.PROJECT_NAME }}_${TAG}_macOS_64bit.tar.gz/${CHECKSUM} ${{ env.PROJECT_NAME }}_${TAG}_macOS_64bit.tar.gz/g;" ${{ env.DIST_DIR }}/*-checksums.txt
115
115
116
116
- name : Upload artifacts
117
- uses : actions/upload-artifact@v2
117
+ uses : actions/upload-artifact@v3
118
118
with :
119
119
if-no-files-found : error
120
120
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 71
71
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
72
72
73
73
- name : Pass configuration files to next job via workflow artifact
74
- uses : actions/upload-artifact@v2
74
+ uses : actions/upload-artifact@v3
75
75
with :
76
76
path : |
77
77
*.yaml
You can’t perform that action at this time.
0 commit comments