From d81a89016c97992d9d67dcad52f8e1aa79ecc6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:38:17 +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/FormatCheckComment.yml | 2 +- .github/workflows/IntegrationTest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/FormatCheckComment.yml b/.github/workflows/FormatCheckComment.yml index ebb1a63..7cde6bf 100644 --- a/.github/workflows/FormatCheckComment.yml +++ b/.github/workflows/FormatCheckComment.yml @@ -34,7 +34,7 @@ jobs: steps: - name: "Download FormatCheck artifact" id: download - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: "format-check" run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index aa7517b..e39a170 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -239,7 +239,7 @@ jobs: actions: read steps: - name: "Download skipped-dependency markers" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: integration-test-skip-* path: skipped-integration-tests