Skip to content

Commit c4edaf3

Browse files
committed
Upgrade download-artifacts action to 4.1.8
(cherry picked from commit cbe0de3)
1 parent 6a17dcd commit c4edaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)