mirror of https://github.com/citusdata/citus.git
parent
5e4b05bcae
commit
76fac7d7df
|
@ -6,7 +6,7 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/upload-artifact@v3.1.1
|
- uses: actions/upload-artifact@v4.6.0
|
||||||
name: Upload logs
|
name: Upload logs
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.folder }}
|
name: ${{ inputs.folder }}
|
||||||
|
|
|
@ -109,7 +109,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: "./ci/build-citus.sh"
|
run: "./ci/build-citus.sh"
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: actions/upload-artifact@v3.1.1
|
- uses: actions/upload-artifact@v4.6.0
|
||||||
with:
|
with:
|
||||||
name: build-${{ env.PG_MAJOR }}
|
name: build-${{ env.PG_MAJOR }}
|
||||||
path: |-
|
path: |-
|
||||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
|
echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
|
||||||
./ci/build-citus.sh
|
./ci/build-citus.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: actions/upload-artifact@v3.1.1
|
- uses: actions/upload-artifact@v4.6.0
|
||||||
with:
|
with:
|
||||||
name: build-${{ env.PG_MAJOR }}
|
name: build-${{ env.PG_MAJOR }}
|
||||||
path: |-
|
path: |-
|
||||||
|
|
Loading…
Reference in New Issue