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.6 #444

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
with:
name: iOS coverage
path: coverage/ios

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