From cfdf6416bb81d85c9a785bd756471f38172f3b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:00:04 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 6ca223d6..10cddefb 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -20,14 +20,14 @@ jobs: distribution: 'temurin' cache: 'gradle' - name: Download reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: reports pattern: sonar-coverage github-token: ${{ secrets.GITHUB_TOKEN }} run-id: ${{github.event.workflow_run.id}} - name: Download PrInfo - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: prInfo github-token: ${{ secrets.GITHUB_TOKEN }}