Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact in /.github/workflows (#2991
Browse files Browse the repository at this point in the history
)

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](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oussama Hassine <[email protected]>
Co-authored-by: Vitor Hugo Schwaab <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent 8020237 commit 3d4468b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-android-instrumented-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

steps:
- name: Download tests results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
continue-on-error: true
with:
name: test-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-android-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

steps:
- name: Download tests results
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7
continue-on-error: true
with:
name: test-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Download tests results
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7
continue-on-error: true
with:
name: test-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-jvm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

steps:
- name: Download tests results
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7
continue-on-error: true
- name: Display structure of downloaded files
run: ls -R
Expand Down

0 comments on commit 3d4468b

Please sign in to comment.