From 4f97c950a0bc45b6ad9d64a6fb2af93091924e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 01:14:43 -0400 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#177) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36f152269..b0b16b5ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: java-version: 17 - name: Fetch distribution - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: assessor_dist path: dist @@ -108,7 +108,7 @@ jobs: submodules: "recursive" - name: Fetch reports artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: reports path: artifacts/reports