File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,11 @@ jobs:
7878 - name : ' Collect HTML IDs'
7979 run : python Doc/tools/check-html-ids.py collect Doc/build/html -o Doc/build/html-ids-head.json.gz
8080 - name : ' Upload HTML IDs'
81- uses : actions/upload-artifact@v6
81+ uses : actions/upload-artifact@v7
8282 with :
8383 name : html-ids-head
8484 path : Doc/build/html-ids-head.json.gz
85+ archive : false
8586
8687 check-html-ids :
8788 name : ' Check for removed HTML IDs'
@@ -107,7 +108,8 @@ jobs:
107108 - name : ' Collect HTML IDs'
108109 run : python Doc/tools/check-html-ids.py collect Doc/build/html -o /tmp/html-ids-base.json.gz
109110 - name : ' Download PR base HTML IDs'
110- uses : actions/download-artifact@v6
111+ uses : actions/download-artifact@v8
112+ archive : false
111113 with :
112114 name : html-ids-head
113115 path : /tmp
You can’t perform that action at this time.
0 commit comments