From a1dcd9ad62f844823e3925effdee777d64cbaae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:01:41 +0200 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 3 to 5 in /.github/workflows in the dependencies group (#1372) build(deps): bump dawidd6/action-download-artifact Bumps the dependencies group in /.github/workflows with 1 update: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 3 to 5 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/e2e-tests.yaml | 4 ++-- .github/workflows/requirement-checker.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index e5cf68c2d..cc314e616 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -95,7 +95,7 @@ jobs: # in a different workflow. # See https://github.com/actions/download-artifact/issues/172 - name: Retrieve built PHAR - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: release.yaml @@ -150,7 +150,7 @@ jobs: # in a different workflow. # See https://github.com/actions/download-artifact/issues/172 - name: Retrieve built PHAR - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: release.yaml diff --git a/.github/workflows/requirement-checker.yaml b/.github/workflows/requirement-checker.yaml index 14d2e1e53..330d34b99 100644 --- a/.github/workflows/requirement-checker.yaml +++ b/.github/workflows/requirement-checker.yaml @@ -227,7 +227,7 @@ jobs: # in a different workflow. # See https://github.com/actions/download-artifact/issues/172 - name: Retrieve built PHAR - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: release.yaml