Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 2.20.0 to 2.21.0 (#2236)
Browse files Browse the repository at this point in the history
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](dawidd6/action-download-artifact@80fcec8...b7337e5)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2022
1 parent 201748f commit ff6436b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prb-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-prq-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit ff6436b

Please sign in to comment.