From 1ccfff8a05e154bdb3fd47a4ccf8edeaaad6e1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Feb 2021 16:20:33 -0500 Subject: [PATCH] Bump dawidd6/action-download-artifact from v2.10.0 to v2.11.0 (#894) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from v2.10.0 to v2.11.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.10.0...891cccee4b25d3306cf5edafa174ddc1d969871f) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dongdong Tian --- .github/workflows/ci_tests.yaml | 2 +- .github/workflows/ci_tests_dev.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 971de7ec1b6..7e745252b91 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -76,7 +76,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.10.0 + uses: dawidd6/action-download-artifact@v2.11.0 with: workflow: cache_data.yaml workflow_conclusion: success diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index b7b7fd3e0a1..c989a3ba7e7 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -95,7 +95,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.10.0 + uses: dawidd6/action-download-artifact@v2.11.0 with: workflow: cache_data.yaml workflow_conclusion: success