mirror of https://github.com/citusdata/citus.git
fix codeclimate breaking change on actions/upload-artifact
parent
de30d51d84
commit
d1a7923d50
|
@ -24,4 +24,4 @@ runs:
|
|||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: "/tmp/codeclimate/*.json"
|
||||
name: codeclimate
|
||||
name: codeclimate-${{ inputs.flags }}
|
||||
|
|
|
@ -401,8 +401,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: "codeclimate"
|
||||
path: "codeclimate"
|
||||
path: codeclimate
|
||||
pattern: codeclimate-*
|
||||
merge-multiple: true
|
||||
- name: Upload coverage results to Code Climate
|
||||
run: |-
|
||||
cc-test-reporter sum-coverage codeclimate/*.json -o total.json
|
||||
|
|
Loading…
Reference in New Issue