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 3737 mv monitoring-image.tar image-artifact/
3838 cp monitoring/image image-artifact/monitoring/
3939 - name : Upload monitoring image artifact
40- uses : actions/upload-artifact@v6
40+ uses : actions/upload-artifact@v7
4141 with :
4242 name : monitoring-docker-image
4343 path : image-artifact
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
3939 run : ${{ inputs.script }}
4040 - name : Save containers and tracer logs as artifact
4141 if : always()
42- uses : actions/upload-artifact@v6
42+ uses : actions/upload-artifact@v7
4343 with :
4444 name : monitoring-test-${{ inputs.name }}-logs
4545 path : |
4646 logs
4747 monitoring/mock_uss/output
4848 - name : Save USS qualifier reports as artifact
4949 if : always()
50- uses : actions/upload-artifact@v6
50+ uses : actions/upload-artifact@v7
5151 with :
5252 name : monitoring-test-${{ inputs.name }}-reports
5353 path : |
You can’t perform that action at this time.
0 commit comments