58
58
key : ${{ runner.os }}-target-${{ github.sha }}
59
59
60
60
- name : Upload build metrics
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : build-${{ github.sha }}
64
64
path : target/build.json
95
95
run : cargo xtask metrics "${{ matrix.names }}"
96
96
97
97
- name : Upload metrics
98
- uses : actions/upload-artifact@v3
98
+ uses : actions/upload-artifact@v4
99
99
with :
100
100
name : ${{ matrix.names }}-${{ github.sha }}
101
101
path : target/${{ matrix.names }}.json
@@ -109,32 +109,32 @@ jobs:
109
109
uses : actions/checkout@v4
110
110
111
111
- name : Download build metrics
112
- uses : actions/download-artifact@v3
112
+ uses : actions/download-artifact@v4
113
113
with :
114
114
name : build-${{ github.sha }}
115
115
116
116
- name : Download self metrics
117
- uses : actions/download-artifact@v3
117
+ uses : actions/download-artifact@v4
118
118
with :
119
119
name : self-${{ github.sha }}
120
120
121
121
- name : Download ripgrep-13.0.0 metrics
122
- uses : actions/download-artifact@v3
122
+ uses : actions/download-artifact@v4
123
123
with :
124
124
name : ripgrep-13.0.0-${{ github.sha }}
125
125
126
126
- name : Download webrender-2022 metrics
127
- uses : actions/download-artifact@v3
127
+ uses : actions/download-artifact@v4
128
128
with :
129
129
name : webrender-2022-${{ github.sha }}
130
130
131
131
- name : Download diesel-1.4.8 metrics
132
- uses : actions/download-artifact@v3
132
+ uses : actions/download-artifact@v4
133
133
with :
134
134
name : diesel-1.4.8-${{ github.sha }}
135
135
136
136
- name : Download hyper-0.14.18 metrics
137
- uses : actions/download-artifact@v3
137
+ uses : actions/download-artifact@v4
138
138
with :
139
139
name : hyper-0.14.18-${{ github.sha }}
140
140
0 commit comments