Skip to content

Commit 21c97f1

Browse files
author
ccfelius
committed
bump extension artifact to v4
1 parent 5ae85bb commit 21c97f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_extension_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cd duckdb
9393
git checkout ${{ inputs.duckdb_version }}
9494
95-
- uses: actions/download-artifact@v3
95+
- uses: actions/download-artifact@v4
9696
with:
9797
name: ${{ inputs.extension_name }}-${{ inputs.duckdb_version }}-extension-${{matrix.duckdb_arch}}${{inputs.artifact_postfix}}${{startsWith(matrix.duckdb, 'wasm') && '.wasm' || ''}}
9898
path: |

0 commit comments

Comments
 (0)