From fa54a1ff4cb198c5e7d6d8dd1873c37415672593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:37:53 +0000 Subject: [PATCH] deps: bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jobs.yaml b/.github/workflows/jobs.yaml index 4894a7afd..e75d9b8a4 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -1135,7 +1135,7 @@ jobs: key: ${{ runner.os }}-coverage-pkg-2-${{ github.run_id }} # Get the replication.out file from the artifact since this is working for self host runner. - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: replication-artifact path: replication/coverage