diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 82c1f3f2348c..8c536695e51b 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -28,12 +28,12 @@ jobs: sudo mv lychee /usr/local/bin - name: Test Markdown and HTML links with retry - uses: nick-invision/retry@v3 + uses: ultralytics/actions/retry@main with: timeout_minutes: 5 - retry_wait_seconds: 60 - max_attempts: 3 - command: | + retry_delay_seconds: 60 + retries: 3 + run: | lychee \ --scheme 'https' \ --timeout 60 \ @@ -49,12 +49,12 @@ jobs: - name: Test Markdown, HTML, YAML, Python and Notebook links with retry if: github.event_name == 'workflow_dispatch' - uses: nick-invision/retry@v3 + uses: ultralytics/actions/retry@main with: timeout_minutes: 5 - retry_wait_seconds: 60 - max_attempts: 3 - command: | + retry_delay_seconds: 60 + retries: 3 + run: | lychee \ --scheme 'https' \ --timeout 60 \