From cdb589cdc5f99e43e3159b4364ca0c5246e6a03f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:17:20 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows 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] --- .github/workflows/build.yml | 2 +- .github/workflows/cypress.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f670f7..408c610 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: search_artifacts: true - name: Download built doc static site - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 # uses: dawidd6/action-download-artifact@v2 with: # workflow_conclusion: "" diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 443016a..b4edf09 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -46,7 +46,7 @@ jobs: - name: Download built paddlelabel package if: github.event_name == 'push' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: PaddleLabel_built_package