From 28f87cf272843167080ee9109acf3d5697c26584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:44:06 +0000 Subject: [PATCH] build(deps): 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/bindings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bindings.yml b/.github/workflows/bindings.yml index 008ba8f..00a794f 100644 --- a/.github/workflows/bindings.yml +++ b/.github/workflows/bindings.yml @@ -62,7 +62,7 @@ jobs: - name: Download native library if: steps.has.outputs.ok == 'true' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: librustwright_capi-linux path: target/release @@ -159,7 +159,7 @@ jobs: steps: - uses: actions/checkout@v7.0.1 - name: Download all language results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: results-* path: results