File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 16
16
- name : 📥 Download artifact
17
17
uses : actions/download-artifact@v4
18
18
with :
19
+ github-token : ${{ secrets.GITHUB_TOKEN }}
19
20
run-id : ${{ github.event.workflow_run.id }}
20
21
name : docs
21
22
path : docs
Original file line number Diff line number Diff line change @@ -46,13 +46,15 @@ jobs:
46
46
uses : actions/download-artifact@v4
47
47
if : ${{ !inputs.sharded }}
48
48
with :
49
+ github-token : ${{ secrets.GITHUB_TOKEN }}
49
50
run-id : ${{ github.event.workflow_run.id }}
50
51
name : coverage
51
52
path : coverage
52
53
- name : 📥 Download sharded artifacts
53
54
uses : actions/download-artifact@v4
54
55
if : inputs.sharded
55
56
with :
57
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
58
run-id : ${{ github.event.workflow_run.id }}
57
59
pattern : coverage-*
58
60
path : coverage
You can’t perform that action at this time.
0 commit comments