From 05513170aded6701dfbfe5babd1184e7b5f8d898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 01:31:06 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/equivalence.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/equivalence.yml b/.github/workflows/equivalence.yml index 5197aaae..ea065819 100644 --- a/.github/workflows/equivalence.yml +++ b/.github/workflows/equivalence.yml @@ -46,14 +46,14 @@ jobs: pip install --no-deps . - name: Download PostgreSQL derived schema - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: psql-derived - name: Download DuckDB database # No path: defaults to the working directory ($GITHUB_WORKSPACE inside # the container), placing mimic4.db at $GITHUB_WORKSPACE/mimic4.db. - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: duckdb-db