Ver Fonte

Bump actions/download-artifact from 4 to 8 (#3619)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] há 2 meses atrás
pai
commit
bbf5c90e67
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/sonar.yaml

+ 1 - 1
.github/workflows/sonar.yaml

@@ -54,7 +54,7 @@ jobs:
         run: |
           git checkout ${{ github.event.workflow_run.head_sha }}
       - name: Download coverage artifacts
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v8
         with:
           name: code-coverage
           run-id: ${{ github.event.workflow_run.id }}