diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index b752fa8..12e37e5 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -60,11 +60,11 @@ jobs: - name: Run Broken Link Checks on Website id: lychee - uses: nick-fields/retry@v3 + uses: ultralytics/actions/retry@main with: timeout_minutes: 60 retry_delay_seconds: 300 - max_attempts: 3 + retries: 2 run: | # Count successfully downloaded files downloaded_files=$(find ${{ matrix.website }} -type f | wc -l)