File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 - name : Download dist artifacts
57- uses : actions/download-artifact@v4
57+ uses : actions/download-artifact@v5
5858 with :
5959 name : plugin-dist
6060 path : dist/
9393 # checkout necessary to ensure the uploaded report contains the correct paths
9494 - uses : actions/checkout@v4
9595 - name : Retrieve coverage reports
96- uses : actions/download-artifact@v4
96+ uses : actions/download-artifact@v5
9797 with :
9898 pattern : coverage-*
9999 path : ./reports/
Original file line number Diff line number Diff line change 5151 discussions : write
5252 steps :
5353 - name : Download dist artifacts
54- uses : actions/download-artifact@v4
54+ uses : actions/download-artifact@v5
5555 with :
5656 name : plugin-dist
5757 path : dist/
You can’t perform that action at this time.
0 commit comments