diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81f1f72..84007df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: run: npm run cypress:run - name: Upload Cypress if: failure() - uses: actions/upload-artifact@v2.2.0 + uses: actions/upload-artifact@v3.1.0 with: name: test-videos path: cypress/videos