From b285800e0ceeb2088a9b4473032fdd20a23110ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:48:35 +0000 Subject: [PATCH] ci: Bump actions/download-artifact from 6.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/js-mutation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/js-mutation.yml b/.github/workflows/js-mutation.yml index b668a3f6a..063c784c0 100644 --- a/.github/workflows/js-mutation.yml +++ b/.github/workflows/js-mutation.yml @@ -130,14 +130,14 @@ jobs: token: ${{ steps.bot-token.outputs.token || github.token }} - name: Download API mutation reports - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: stryker-api-* merge-multiple: true path: app/api/reports - name: Download UI mutation reports - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: stryker-ui-* merge-multiple: true