Upgrade download-artifacts action to 4.1.8

(cherry picked from commit cbe0de33a6)
pull/7885/head
Onur Tirtir 2025-01-31 14:39:55 +03:00
parent 6a17dcde90
commit c4edaf3de3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ runs:
echo "PG_MAJOR=${{ inputs.pg_major }}" >> $GITHUB_ENV echo "PG_MAJOR=${{ inputs.pg_major }}" >> $GITHUB_ENV
fi fi
shell: bash shell: bash
- uses: actions/download-artifact@v3.0.1 - uses: actions/download-artifact@v4.1.8
with: with:
name: build-${{ env.PG_MAJOR }} name: build-${{ env.PG_MAJOR }}
- name: Install Extension - name: Install Extension