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+2-2
Changes to .github/workflows/precompile-php.yml
@@ -251,11 +251,11 @@ jobs:
251251 unlink("test.phar");
252252 } catch (Exception $e) {
253253 echo "❌ Phar creation failed: " . $e->getMessage() . "\n";
254 exit 1;
254 exit(1);
255255 }
256256 } else {
257257 echo "❌ Phar extension not loaded\n";
258 exit 1;
258 exit(1);
259259 }
260260 ?>' > test_phar_create.php
261261 binaries/$BINARY_NAME/bin/php -d phar.readonly=0 test_phar_create.php