diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 229c1fa1..b7d0f7ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: Local integration tests using ${{ matrix.browser }} run: npm run test:integration:local:${{ matrix.browser }}:_execute - name: Upload test logs - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 if: ${{ failure() }} with: name: test-results ${{ matrix.browser }}