Skip to content

Commit 77ab900

Browse files
committed
Fix artifact name
1 parent a3f6499 commit 77ab900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
- name: Download upcoming documentation artifact
410410
uses: actions/download-artifact@v3
411411
with:
412-
name: dev-doc
412+
name: dev-docs
413413
path: master/dev-docs
414414

415415
- name: Download API documentation artifact

0 commit comments

Comments
 (0)