File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
runs :
7
7
using : composite
8
8
steps :
9
- - uses : actions/upload-artifact@v3.1.1
9
+ - uses : actions/upload-artifact@v4
10
10
name : Upload logs
11
11
with :
12
12
name : ${{ inputs.folder }}
Original file line number Diff line number Diff line change 17
17
echo "PG_MAJOR=${{ inputs.pg_major }}" >> $GITHUB_ENV
18
18
fi
19
19
shell : bash
20
- - uses : actions/download-artifact@v3.0.1
20
+ - uses : actions/download-artifact@v4
21
21
with :
22
22
name : build-${{ env.PG_MAJOR }}
23
23
- name : Install Extension
Original file line number Diff line number Diff line change 7
7
runs :
8
8
using : composite
9
9
steps :
10
- - uses : codecov/codecov-action@v3
10
+ - uses : codecov/codecov-action@v4
11
11
with :
12
12
flags : ${{ inputs.flags }}
13
13
token : ${{ inputs.codecov_token }}
21
21
mkdir -p /tmp/codeclimate
22
22
cc-test-reporter format-coverage -t lcov -o /tmp/codeclimate/${{ inputs.flags }}.json lcov.info
23
23
shell : bash
24
- - uses : actions/upload-artifact@v3.1.1
24
+ - uses : actions/upload-artifact@v4
25
25
with :
26
26
path : " /tmp/codeclimate/*.json"
27
27
name : codeclimate
Original file line number Diff line number Diff line change 48
48
image : ${{ needs.params.outputs.build_image_name }}:${{ needs.params.outputs.sql_snapshot_pg_version }}${{ needs.params.outputs.image_suffix }}
49
49
options : --user root
50
50
steps :
51
- - uses : actions/checkout@v3.5.0
51
+ - uses : actions/checkout@v4
52
52
- name : Check Snapshots
53
53
run : |
54
54
git config --global --add safe.directory ${GITHUB_WORKSPACE}
@@ -125,7 +125,7 @@ jobs:
125
125
- name : Build
126
126
run : " ./ci/build-citus.sh"
127
127
shell : bash
128
- - uses : actions/upload-artifact@v3.1.1
128
+ - uses : actions/upload-artifact@v4
129
129
with :
130
130
name : build-${{ env.PG_MAJOR }}
131
131
path : |-
@@ -399,7 +399,7 @@ jobs:
399
399
- test-citus-upgrade
400
400
- test-pg-upgrade
401
401
steps :
402
- - uses : actions/download-artifact@v3.0.1
402
+ - uses : actions/download-artifact@v4
403
403
with :
404
404
name : " codeclimate"
405
405
path : " codeclimate"
You can’t perform that action at this time.
0 commit comments