From 7673ce91110532e8378a113097170baa7a808882 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 13:41:11 +0530 Subject: [PATCH] chore(deps): update actions/download-artifact action to v3 (#45325) Co-authored-by: Renovate Bot --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 77875fd950..a41e0cf246 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -92,7 +92,7 @@ jobs: - name: Checkout Source Files uses: actions/checkout@v3 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: client-artifact