Skip to content

Commit

Permalink
update outdated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Jul 12, 2024
1 parent 8ac9f0f commit 7b25ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
image: ${{ needs.params.outputs.build_image_name }}:${{ needs.params.outputs.sql_snapshot_pg_version }}${{ needs.params.outputs.image_suffix }}
options: --user root
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4
- name: Check Snapshots
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Build
run: "./ci/build-citus.sh"
shell: bash
- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4
with:
name: build-${{ env.PG_MAJOR }}
path: |-
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
- test-citus-upgrade
- test-pg-upgrade
steps:
- uses: actions/download-artifact@v3.0.1
- uses: actions/download-artifact@v4
with:
name: "codeclimate"
path: "codeclimate"
Expand Down

0 comments on commit 7b25ce7

Please sign in to comment.