diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd2d049..5db6f49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled. - uses: buildpulse/buildpulse-action@master + uses: buildpulse/buildpulse-action@main with: account: 68192324 # Replace this value with your BuildPulse account ID repository: 346854346 # Replace this value with your BuildPulse repository ID