File tree 14 files changed +22
-22
lines changed
dependabot/workflow-template-copies/.github/workflows
14 files changed +22
-22
lines changed 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@v2
73
+ uses : actions/upload-artifact@v3
74
74
with :
75
75
path : |
76
76
*.yaml
Original file line number Diff line number Diff line change 48
48
"${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}"
49
49
50
50
- name : Save configured script as workflow artifact
51
- uses : actions/upload-artifact@v2
51
+ uses : actions/upload-artifact@v3
52
52
with :
53
53
if-no-files-found : error
54
54
path : ${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}
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 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 }}
@@ -113,7 +113,7 @@ jobs:
113
113
${{ env.DIST_DIR }}/*-checksums.txt
114
114
115
115
- name : Upload artifacts
116
- uses : actions/upload-artifact@v2
116
+ uses : actions/upload-artifact@v3
117
117
with :
118
118
if-no-files-found : error
119
119
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 79
79
80
80
# Transfer builds to artifacts job
81
81
- name : Upload combined builds artifact
82
- uses : actions/upload-artifact@v2
82
+ uses : actions/upload-artifact@v3
83
83
with :
84
84
path : ${{ env.DIST_DIR }}
85
85
name : ${{ env.BUILDS_ARTIFACT }}
@@ -119,7 +119,7 @@ jobs:
119
119
path : ${{ env.BUILDS_ARTIFACT }}
120
120
121
121
- name : Upload individual build artifact
122
- uses : actions/upload-artifact@v2
122
+ uses : actions/upload-artifact@v3
123
123
with :
124
124
path : ${{ env.BUILDS_ARTIFACT }}/${{ matrix.artifact.path }}
125
125
name : ${{ matrix.artifact.name }}
Original file line number Diff line number Diff line change 50
50
run : task dist:all
51
51
52
52
- name : Upload artifacts
53
- uses : actions/upload-artifact@v2
53
+ uses : actions/upload-artifact@v3
54
54
with :
55
55
if-no-files-found : error
56
56
name : ${{ env.ARTIFACT_NAME }}
@@ -125,7 +125,7 @@ jobs:
125
125
${{ env.DIST_DIR }}/*-checksums.txt
126
126
127
127
- name : Upload artifacts
128
- uses : actions/upload-artifact@v2
128
+ uses : actions/upload-artifact@v3
129
129
with :
130
130
if-no-files-found : error
131
131
name : ${{ env.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 }}
@@ -118,7 +118,7 @@ jobs:
118
118
${{ env.DIST_DIR }}/*-checksums.txt
119
119
120
120
- name : Upload artifacts
121
- uses : actions/upload-artifact@v2
121
+ uses : actions/upload-artifact@v3
122
122
with :
123
123
if-no-files-found : error
124
124
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@v2
73
+ uses : actions/upload-artifact@v3
74
74
with :
75
75
path : |
76
76
*.yaml
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 }}
@@ -113,7 +113,7 @@ jobs:
113
113
${{ env.DIST_DIR }}/*-checksums.txt
114
114
115
115
- name : Upload artifacts
116
- uses : actions/upload-artifact@v2
116
+ uses : actions/upload-artifact@v3
117
117
with :
118
118
if-no-files-found : error
119
119
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 79
79
80
80
# Transfer builds to artifacts job
81
81
- name : Upload combined builds artifact
82
- uses : actions/upload-artifact@v2
82
+ uses : actions/upload-artifact@v3
83
83
with :
84
84
path : ${{ env.DIST_DIR }}
85
85
name : ${{ env.BUILDS_ARTIFACT }}
@@ -119,7 +119,7 @@ jobs:
119
119
path : ${{ env.BUILDS_ARTIFACT }}
120
120
121
121
- name : Upload individual build artifact
122
- uses : actions/upload-artifact@v2
122
+ uses : actions/upload-artifact@v3
123
123
with :
124
124
path : ${{ env.BUILDS_ARTIFACT }}/${{ matrix.artifact.path }}
125
125
name : ${{ matrix.artifact.name }}
Original file line number Diff line number Diff line change 50
50
run : task dist:all
51
51
52
52
- name : Upload artifacts
53
- uses : actions/upload-artifact@v2
53
+ uses : actions/upload-artifact@v3
54
54
with :
55
55
if-no-files-found : error
56
56
name : ${{ env.ARTIFACT_NAME }}
@@ -125,7 +125,7 @@ jobs:
125
125
${{ env.DIST_DIR }}/*-checksums.txt
126
126
127
127
- name : Upload artifacts
128
- uses : actions/upload-artifact@v2
128
+ uses : actions/upload-artifact@v3
129
129
with :
130
130
if-no-files-found : error
131
131
name : ${{ env.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 }}
@@ -118,7 +118,7 @@ jobs:
118
118
${{ env.DIST_DIR }}/*-checksums.txt
119
119
120
120
- name : Upload artifacts
121
- uses : actions/upload-artifact@v2
121
+ uses : actions/upload-artifact@v3
122
122
with :
123
123
if-no-files-found : error
124
124
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@v2
73
+ uses : actions/upload-artifact@v3
74
74
with :
75
75
path : |
76
76
*.yaml
You can’t perform that action at this time.
0 commit comments