also looking at this
chore(deps): update actions/download-artifact action to v5 - autoclosed
#45
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.
| @@ -753,7 +753,7 @@ jobs: | ||
| 753 | 753 | echo "php_versions_string=$PHP_VERSIONS_STRING" >> $GITHUB_OUTPUT |
| 754 | 754 | |
| 755 | 755 | - name: Download all artifacts |
| 756 | uses: actions/download-artifact@v4 | |
| 756 | uses: actions/download-artifact@v5 | |
| 757 | 757 | with: |
| 758 | 758 | path: binaries/ |
| 759 | 759 | |