Commit f6d0c52
authored
ci: Pass the GH token to actions/download-artifact (#2514)
## Why?
`actions/download-artifact` is [failing to find
artifacts](https://github.com/apache/fory/actions/runs/17198889531/job/48785824375)
despite [artifacts being
created](https://github.com/apache/fory/actions/runs/17198794761).
## What does this PR do?
Pass the github token so the action can find artifacts from other
workflow runs (ours are separate).1 parent 8c0fdca commit f6d0c52
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments