ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency actions/download-artifact to v5.0.0

#178
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---actions/download-artifact-1756152554445 into main
1 file +638 -860

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/precompile-php.ymlmodified+8-4
Changes to .github/workflows/precompile-php.yml
@@ -117,19 +117,23 @@ jobs:
117117 - full-stack
118118 os:
119119 - ubuntu-latest
120 - macos-13
121 - macos-latest
120 - macos-14
121 - macos-15
122 - macos-15-intel
122123 - windows-latest
123124 include:
124125 - os: ubuntu-latest
125126 platform: linux
126127 arch: x86_64
127 - os: macos-13
128 - os: macos-14
128129 platform: darwin
129130 arch: x86_64
130 - os: macos-latest
131 - os: macos-15
131132 platform: darwin
132133 arch: arm64
134 - os: macos-15-intel
135 platform: darwin
136 arch: x86_64
133137 - os: windows-latest
134138 platform: win32
135139 arch: x86_64