From ef6703daeeaad6ec4167ba88a13a630140ed6236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:31:53 -0500 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.9 (#577) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/allure_report.yaml | 4 ++-- .github/workflows/comment.yaml | 2 +- .github/workflows/integration_test.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/allure_report.yaml b/.github/workflows/allure_report.yaml index d56885f1a..e0b600dbc 100644 --- a/.github/workflows/allure_report.yaml +++ b/.github/workflows/allure_report.yaml @@ -29,13 +29,13 @@ jobs: # The `gh-pages` branch is used to host the Allure report site. # With every workflow run, the workflow creates a new folder with the run_number and stores the test results there - name: Download fallback test results - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: path: allure-collection-fallback-results/ pattern: allure-fallback-results* merge-multiple: true - name: Download actual test results - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: path: allure-results/ pattern: allure-results* diff --git a/.github/workflows/comment.yaml b/.github/workflows/comment.yaml index 78fe5ec1f..976538e79 100644 --- a/.github/workflows/comment.yaml +++ b/.github/workflows/comment.yaml @@ -59,7 +59,7 @@ jobs: if: ${{ needs.setup-env.outputs.IS_PR }} steps: - name: Download artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: pattern: "${{ env.ARTIFACT_NAME }}-*" github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index d19d5a253..947064cf8 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -276,7 +276,7 @@ jobs: cp -rp $TEMP_DIR/. . rm -rf $TEMP_DIR ls -lah - - uses: actions/download-artifact@v4.1.8 + - uses: actions/download-artifact@v4.1.9 if: matrix.scan.artifact != '' with: name: ${{ matrix.scan.artifact }}