Skip to content

Commit 754e260

Browse files
committed
Upgrade download-artifacts action to 4.1.8
(cherry picked from commit cbe0de3)
1 parent 76fac7d commit 754e260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup_extension/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
echo "PG_MAJOR=${{ inputs.pg_major }}" >> $GITHUB_ENV
1818
fi
1919
shell: bash
20-
- uses: actions/download-artifact@v3.0.1
20+
- uses: actions/download-artifact@v4.1.8
2121
with:
2222
name: build-${{ env.PG_MAJOR }}
2323
- name: Install Extension

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
matrix: ${{ fromJson(needs.prepare_parallelization_matrix_32.outputs.json) }}
453453
steps:
454454
- uses: actions/[email protected]
455-
- uses: actions/download-artifact@v3.0.1
455+
- uses: actions/download-artifact@v4.1.8
456456
- uses: "./.github/actions/setup_extension"
457457
- name: Run minimal tests
458458
run: |-

0 commit comments

Comments
 (0)