ReviewOS

also looking at this

pantry-pm/pantry

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

#119
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---actions/download-artifact-1755720510492 into main
1 file +1 -1

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+1-1
Changes to .github/workflows/precompile-php.yml
@@ -1043,7 +1043,7 @@ jobs:
10431043 echo "php_versions_string=$PHP_VERSIONS_STRING" >> $GITHUB_OUTPUT
10441044
10451045 - name: Download all artifacts
1046 uses: actions/download-artifact@v4
1046 uses: actions/download-artifact@v5.0.0
10471047 with:
10481048 path: binaries/
10491049