5858key : ${{ runner.os }}-target-${{ github.sha }}
5959
6060 - name : Upload build metrics
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262with :
6363name : build-${{ github.sha }}
6464path : target/build.json
9595run : cargo xtask metrics "${{ matrix.names }}"
9696
9797 - name : Upload metrics
98- uses : actions/upload-artifact@v3
98+ uses : actions/upload-artifact@v4
9999with :
100100name : ${{ matrix.names }}-${{ github.sha }}
101101path : target/${{ matrix.names }}.json
@@ -109,32 +109,32 @@ jobs:
109109uses : actions/checkout@v4
110110
111111 - name : Download build metrics
112- uses : actions/download-artifact@v3
112+ uses : actions/download-artifact@v4
113113with :
114114name : build-${{ github.sha }}
115115
116116 - name : Download self metrics
117- uses : actions/download-artifact@v3
117+ uses : actions/download-artifact@v4
118118with :
119119name : self-${{ github.sha }}
120120
121121 - name : Download ripgrep-13.0.0 metrics
122- uses : actions/download-artifact@v3
122+ uses : actions/download-artifact@v4
123123with :
124124name : ripgrep-13.0.0-${{ github.sha }}
125125
126126 - name : Download webrender-2022 metrics
127- uses : actions/download-artifact@v3
127+ uses : actions/download-artifact@v4
128128with :
129129name : webrender-2022-${{ github.sha }}
130130
131131 - name : Download diesel-1.4.8 metrics
132- uses : actions/download-artifact@v3
132+ uses : actions/download-artifact@v4
133133with :
134134name : diesel-1.4.8-${{ github.sha }}
135135
136136 - name : Download hyper-0.14.18 metrics
137- uses : actions/download-artifact@v3
137+ uses : actions/download-artifact@v4
138138with :
139139name : hyper-0.14.18-${{ github.sha }}
140140
0 commit comments