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