also looking at this
chore(deps): update all non-major dependencies
#191
27 files
+164
-45
| @@ -707,7 +707,7 @@ jobs: | ||
| 707 | 707 | |
| 708 | 708 | - name: Upload PHP Binary (Unix) |
| 709 | 709 | if: matrix.platform != 'win32' |
| 710 | uses: actions/upload-artifact@v4 | |
| 710 | uses: actions/upload-artifact@v4.6.2 | |
| 711 | 711 | with: |
| 712 | 712 | name: php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }} |
| 713 | 713 | path: binaries/php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }}.tar.gz |
| @@ -715,7 +715,7 @@ jobs: | ||
| 715 | 715 | |
| 716 | 716 | - name: Upload PHP Binary (Windows) |
| 717 | 717 | if: matrix.platform == 'win32' |
| 718 | uses: actions/upload-artifact@v4 | |
| 718 | uses: actions/upload-artifact@v4.6.2 | |
| 719 | 719 | with: |
| 720 | 720 | name: php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }} |
| 721 | 721 | path: binaries/php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }}.zip |