From d80499b5db305777e705736295bc4ecc0c7c06c0 Mon Sep 17 00:00:00 2001 From: Markus Amshove Date: Mon, 30 Dec 2024 12:35:38 +0100 Subject: [PATCH] Bump action-download-artifact --- .github/workflows/sonar.yml | 2 +- .github/workflows/testreport.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index f1e0de89c..6a877b664 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Download PR number if: github.event.workflow_run.event == 'pull_request' - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v7 with: workflow: CI run_id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/testreport.yml b/.github/workflows/testreport.yml index aa4fdcbdf..27f52fcdb 100644 --- a/.github/workflows/testreport.yml +++ b/.github/workflows/testreport.yml @@ -16,7 +16,7 @@ jobs: os: [ ubuntu-latest, windows-latest ] steps: - name: Download Test Report from ${{ matrix.os }} - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v7 with: name: junit-test-results-${{ matrix.os }} workflow: ${{ github.event.workflow.id }}