From beaeff3b7f7e5f03174b3df00509f0fa3bc4e322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:40:28 +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/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37e8b5d..27a6f7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: python-version: "3.11" - name: Download JUnit reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: junit-reports merge-multiple: true @@ -743,7 +743,7 @@ jobs: python-version: ${{ matrix.python }} - name: Download the immutable R2 distribution - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: r2-acceptance-dist path: r2-acceptance-dist @@ -947,13 +947,13 @@ jobs: python-version: "3.11.8" - name: Download the immutable R2 distribution - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: r2-acceptance-dist path: r2-acceptance-dist - name: Download all R2 matrix-cell evidence - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: r2-acceptance-matrix-cell-* path: r2-matrix-evidence