File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6767 run : ls -la artifacts
6868
6969 - name : Save artifacts for next job
70- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
70+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
7171 with :
7272 name : image-artifacts
7373 path : ironic-images/artifacts/
@@ -119,7 +119,7 @@ jobs:
119119 run : echo "TIMESTAMP=$(git show --no-patch --no-notes --pretty='%cd' --date=format:'%Y%m%d%H%M%S' ${{ github.sha }})" >> $GITHUB_ENV
120120
121121 - name : Download artifacts from previous job
122- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
122+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
123123 with :
124124 name : image-artifacts
125125 path : ironic-images/artifacts
Original file line number Diff line number Diff line change 6060 else
6161 uv run pytest --cov --cov-report xml:coverage.xml
6262 fi
63- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
63+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6464 with :
6565 name : coverage-${{ matrix.project }}
6666 path : python/${{ matrix.project }}/coverage.xml
@@ -71,13 +71,13 @@ jobs:
7171 needs : [uv]
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
74+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
7575 with :
7676 pattern : coverage-*
7777 merge-multiple : true
7878 - run : |
7979 npx cobertura-merge-globby -o output.xml --files=python/**/coverage.xml
80- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
80+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8181 with :
8282 name : coverage.xml
8383 path : coverage.xml
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1818 steps :
19- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
19+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
2020 with :
2121 name : coverage.xml
2222 run-id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments