diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c51eec1..1b590ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - run: composer pest:unit -- --coverage-clover coverage-unit.xml --ci - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: coverage path: coverage-unit.xml @@ -77,7 +77,7 @@ jobs: - run: box compile - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: phar path: phar/php-matrix @@ -147,7 +147,7 @@ jobs: - run: mkdir -p out - run: spc micro:combine phar/php-matrix --output out/php-matrix - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: php-matrix_${{ matrix.variant }} path: out/php-matrix @@ -205,7 +205,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Merge binary artifacts - uses: actions/upload-artifact/merge@v4 + uses: actions/upload-artifact/merge@v5 with: name: binaries pattern: php-matrix_*