|
32 | 32 | GOARCH="${{ matrix.arch }}" go build -o spread-plus cmd/spread/main.go |
33 | 33 |
|
34 | 34 | - name: Upload spread binary to cache |
35 | | - uses: actions/upload-artifact@v4 |
| 35 | + uses: actions/upload-artifact@v6 |
36 | 36 | with: |
37 | 37 | name: "spread-plus-${{ github.run_id }}-${{ matrix.arch }}" |
38 | 38 | path: "spread-plus" |
|
53 | 53 | uses: actions/checkout@v4 |
54 | 54 |
|
55 | 55 | - name: Download spread-plus |
56 | | - uses: actions/download-artifact@v4 |
| 56 | + uses: actions/download-artifact@v7 |
57 | 57 | with: |
58 | 58 | name: "spread-plus-${{ github.run_id }}-amd64" |
59 | 59 | path: "${{ github.workspace }}/bin" |
@@ -100,7 +100,7 @@ jobs: |
100 | 100 | uses: actions/checkout@v4 |
101 | 101 |
|
102 | 102 | - name: Download spread-plus |
103 | | - uses: actions/download-artifact@v4 |
| 103 | + uses: actions/download-artifact@v7 |
104 | 104 | with: |
105 | 105 | name: "spread-plus-${{ github.run_id }}-amd64" |
106 | 106 | path: "${{ github.workspace }}/bin" |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | uses: actions/checkout@v4 |
143 | 143 |
|
144 | 144 | - name: Download spread-plus |
145 | | - uses: actions/download-artifact@v4 |
| 145 | + uses: actions/download-artifact@v7 |
146 | 146 | with: |
147 | 147 | name: "spread-plus-${{ github.run_id }}-amd64" |
148 | 148 | path: "${{ github.workspace }}/bin" |
@@ -197,7 +197,7 @@ jobs: |
197 | 197 | uses: actions/checkout@v4 |
198 | 198 |
|
199 | 199 | - name: Download spread-plus |
200 | | - uses: actions/download-artifact@v4 |
| 200 | + uses: actions/download-artifact@v7 |
201 | 201 | with: |
202 | 202 | name: "spread-plus-${{ github.run_id }}-amd64" |
203 | 203 | path: "${{ github.workspace }}/bin" |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | uses: actions/checkout@v4 |
253 | 253 |
|
254 | 254 | - name: Download spread-plus |
255 | | - uses: actions/download-artifact@v4 |
| 255 | + uses: actions/download-artifact@v7 |
256 | 256 | with: |
257 | 257 | name: "spread-plus-${{ github.run_id }}-amd64" |
258 | 258 | path: "${{ github.workspace }}/bin" |
@@ -307,7 +307,7 @@ jobs: |
307 | 307 | uses: actions/checkout@v4 |
308 | 308 |
|
309 | 309 | - name: Download spread-plus |
310 | | - uses: actions/download-artifact@v4 |
| 310 | + uses: actions/download-artifact@v7 |
311 | 311 | with: |
312 | 312 | name: "spread-plus-${{ github.run_id }}-amd64" |
313 | 313 | path: "${{ github.workspace }}/bin" |
@@ -342,7 +342,7 @@ jobs: |
342 | 342 |
|
343 | 343 | steps: |
344 | 344 | - name: Download spread-plus |
345 | | - uses: actions/download-artifact@v4 |
| 345 | + uses: actions/download-artifact@v7 |
346 | 346 | with: |
347 | 347 | name: "spread-plus-${{ github.run_id }}-${{ matrix.arch }}" |
348 | 348 | path: "${{ github.workspace }}/bin" |
|
0 commit comments