Skip to content

Commit f99acfa

Browse files
authored
Merge pull request #2 from rustyconover/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents cc54bff + 1b4e233 commit f99acfa

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@v2
95+
- uses: actions/download-artifact@v4.1.7
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)