Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/download-artifact from 3.0.2 to 4.1.4 #413

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,25 +437,25 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Download coverage report for auth0_flutter
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: auth0_flutter coverage
path: coverage/auth0_flutter

- name: Download coverage report for auth0_flutter_platform_interface
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: auth0_flutter_platform_interface coverage
path: coverage/auth0_flutter_platform_interface

- name: Download coverage report for iOS
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: iOS coverage
path: coverage/ios

- name: Download coverage report for Android
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: Android coverage
path: coverage/android
Expand Down
Loading