File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -309,12 +309,12 @@ jobs:
309309 submodules : false
310310
311311 - name : Download vineyardd artifacts
312- uses : actions/download-artifact@v3
312+ uses : actions/download-artifact@v4.1.7
313313 with :
314314 name : vineyardd.${{ runner.os }}-${{ matrix.platform }}.${{ github.sha }}.tar.gz
315315
316316 - name : Download vineyardctl artifacts
317- uses : actions/download-artifact@v3
317+ uses : actions/download-artifact@v4.1.7
318318 with :
319319 name : vineyardctl.${{ runner.os }}-${{ matrix.platform }}.${{ github.sha }}.tar.gz
320320
Original file line number Diff line number Diff line change @@ -292,12 +292,12 @@ jobs:
292292 ${{ matrix.os }}-${{ matrix.python }}-ccache-
293293
294294 - name : Download vineyardd artifacts
295- uses : actions/download-artifact@v3
295+ uses : actions/download-artifact@v4.1.7
296296 with :
297297 name : vineyardd.${{ runner.os }}-generic.${{ github.sha }}.tar.gz
298298
299299 - name : Download vineyardctl artifacts
300- uses : actions/download-artifact@v3
300+ uses : actions/download-artifact@v4.1.7
301301 with :
302302 name : vineyardctl.${{ runner.os }}-generic.${{ github.sha }}.tar.gz
303303
You can’t perform that action at this time.
0 commit comments