Skip to content

Commit 48a708c

Browse files
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 6306c7d commit 48a708c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/reusable-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)