File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 outputs :
7272 deploy_matrix : ${{ steps.parse-matrices.outputs.deploy_matrix }}
7373 steps :
74- - uses : actions/checkout@v4
74+ - uses : actions/checkout@v6
7575 name : Checkout Extension CI tools
7676 with :
7777 path : ' extension-ci-tools'
9494 matrix : ${{fromJson(needs.generate_matrix.outputs.deploy_matrix)}}
9595
9696 steps :
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v6
9898 with :
9999 fetch-depth : 0
100100 submodules : ' recursive'
@@ -104,7 +104,7 @@ jobs:
104104 cd duckdb
105105 git checkout ${{ inputs.duckdb_version }}
106106
107- - uses : actions/download-artifact@v4
107+ - uses : actions/download-artifact@v7
108108 with :
109109 name : ${{ inputs.extension_name }}-${{ inputs.duckdb_version }}-extension-${{matrix.duckdb_arch}}${{inputs.artifact_postfix}}${{startsWith(matrix.duckdb, 'wasm') && '.wasm' || ''}}
110110 path : |
You can’t perform that action at this time.
0 commit comments