Skip to content

Commit

Permalink
build(deps): bump dawidd6/action-download-artifact from 3 to 5 in /.g…
Browse files Browse the repository at this point in the history
…ithub/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](dawidd6/action-download-artifact@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent c717478 commit a1dcd9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirement-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1dcd9a

Please sign in to comment.