From cc717fd2aec4d272dddd36a23eca31b22c8d7521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:49:51 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3.0.2 to 4.1.3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/9bc31d5ccc31df68ecc42ccf4149144866c47d8a...87c55149d96e628cc2ef7e6fc2aab372015aec85) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ab3b24f..d0d9889a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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@87c55149d96e628cc2ef7e6fc2aab372015aec85 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@87c55149d96e628cc2ef7e6fc2aab372015aec85 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@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: iOS coverage path: coverage/ios - name: Download coverage report for Android - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 with: name: Android coverage path: coverage/android