From ff6436b174631c7910b1342d1abfb3250dc9dad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 09:52:47 -0700 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2.20.0 to 2.21.0 (#2236) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/80fcec8114889f74eb442780f3c71bff4d42a98a...b7337e51c4775d1f22357423ade50ee0a5f5779e) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-prb-reports.yml | 2 +- .github/workflows/ci-prq-reports.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-prb-reports.yml b/.github/workflows/ci-prb-reports.yml index de94fb434c..0134f57788 100644 --- a/.github/workflows/ci-prb-reports.yml +++ b/.github/workflows/ci-prb-reports.yml @@ -14,7 +14,7 @@ jobs: os: [ ubuntu-latest ] steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@80fcec8114889f74eb442780f3c71bff4d42a98a + uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} diff --git a/.github/workflows/ci-prq-reports.yml b/.github/workflows/ci-prq-reports.yml index 5068eb5824..14c4fe2106 100644 --- a/.github/workflows/ci-prq-reports.yml +++ b/.github/workflows/ci-prq-reports.yml @@ -12,7 +12,7 @@ jobs: java: [ 8, 11, 17 ] steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@80fcec8114889f74eb442780f3c71bff4d42a98a + uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} @@ -35,7 +35,7 @@ jobs: java: [ 8, 11 ] steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@80fcec8114889f74eb442780f3c71bff4d42a98a + uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} @@ -58,7 +58,7 @@ jobs: java: [ 8, 11 ] steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@80fcec8114889f74eb442780f3c71bff4d42a98a + uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }}