Commit 7948812
Upgrade dawidd6/action-download-artifact to v20 and filter by name
Automattic/jetpack#47415 upgraded to actions/upload-artifact@v7, which
introduced archive: false for build cache artifacts. dawidd6 v11 could
not handle the mix of zipped and non-zipped artifacts when downloading
all artifacts from a run.
Upgrade to v20 (which uses @actions/artifact@6.2.1) and add a name
filter (test-output-*) to only download the test output artifacts the
report generation needs.
Also fix workflow_dispatch payload handling so the workflow can be
triggered manually for testing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3ac6c73 commit 7948812
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
0 commit comments