1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Create lychee config
2222 run : |
@@ -326,7 +326,7 @@ jobs:
326326
327327
328328 - name : Upload URLs (early, for debugging)
329- uses : actions/upload-artifact@v4
329+ uses : actions/upload-artifact@v6
330330 with :
331331 name : urls
332332 path : |
@@ -706,15 +706,15 @@ jobs:
706706
707707 - name : Upload errors-only report
708708 if : always()
709- uses : actions/upload-artifact@v4
709+ uses : actions/upload-artifact@v6
710710 with :
711711 name : lychee-report
712712 path : ./lychee-report.md
713713 if-no-files-found : ignore
714714
715715 - name : Upload lychee outputs and verification results
716716 if : always()
717- uses : actions/upload-artifact@v4
717+ uses : actions/upload-artifact@v6
718718 with :
719719 name : lychee-outputs
720720 path : |
@@ -727,7 +727,7 @@ jobs:
727727 - name : Create PR for broken links
728728 id : create-pr
729729 if : steps.check_failures.outputs.has_other_failures == 'true' || steps.retry429.outputs.has_429_failures == 'true' || steps.verify_github.outputs.has_missing == 'true'
730- uses : actions/github-script@v7
730+ uses : actions/github-script@v8
731731 env :
732732 DEVIN_PROMPT : |
733733 @devin-ai-integration Please fix the broken links detected by the scheduled link checker.
@@ -968,7 +968,7 @@ jobs:
968968
969969 - name : Send Slack notification for broken links
970970 if : steps.create-pr.outputs.pr_created == 'true'
971- uses : actions/github-script@v7
971+ uses : actions/github-script@v8
972972 env :
973973 SLACK_TOKEN : ${{ secrets.DEVIN_AI_PR_BOT_SLACK_TOKEN }}
974974 PR_URL : ${{ steps.create-pr.outputs.pr_url }}
0 commit comments