Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 (#499)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
  • Loading branch information
dependabot[bot] and Widcket authored Jan 30, 2025
1 parent 0bec7af commit 57aa9fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,25 +421,25 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Download coverage report for auth0_flutter
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: auth0_flutter coverage
path: coverage/auth0_flutter

- name: Download coverage report for auth0_flutter_platform_interface
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: auth0_flutter_platform_interface coverage
path: coverage/auth0_flutter_platform_interface

- name: Download coverage report for iOS
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: iOS coverage
path: coverage/ios

- name: Download coverage report for Android
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: Android coverage
path: coverage/android
Expand Down

0 comments on commit 57aa9fd

Please sign in to comment.