We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6306c7d commit 48a708cCopy full SHA for 48a708c
1 file changed
.github/workflows/reusable-docs.yml
@@ -78,10 +78,11 @@ jobs:
78
- name: 'Collect HTML IDs'
79
run: python Doc/tools/check-html-ids.py collect Doc/build/html -o Doc/build/html-ids-head.json.gz
80
- name: 'Upload HTML IDs'
81
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
82
with:
83
name: html-ids-head
84
path: Doc/build/html-ids-head.json.gz
85
+ archive: false
86
87
check-html-ids:
88
name: 'Check for removed HTML IDs'
@@ -107,7 +108,8 @@ jobs:
107
108
109
run: python Doc/tools/check-html-ids.py collect Doc/build/html -o /tmp/html-ids-base.json.gz
110
- name: 'Download PR base HTML IDs'
- uses: actions/download-artifact@v6
111
+ uses: actions/download-artifact@v8
112
113
114
115
path: /tmp
0 commit comments