also looking at this
chore(deps): update dependency actions/download-artifact to v5.0.0
#165
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.
| @@ -1043,7 +1043,7 @@ jobs: | ||
| 1043 | 1043 | echo "php_versions_string=$PHP_VERSIONS_STRING" >> $GITHUB_OUTPUT |
| 1044 | 1044 | |
| 1045 | 1045 | - name: Download all artifacts |
| 1046 | uses: actions/download-artifact@v4 | |
| 1046 | uses: actions/download-artifact@v5.0.0 | |
| 1047 | 1047 | with: |
| 1048 | 1048 | path: binaries/ |
| 1049 | 1049 | |