diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index d056a06..e798c7f 100644 --- a/.github/workflows/codeception.yml +++ b/.github/workflows/codeception.yml @@ -151,7 +151,7 @@ jobs: - name: Archive codeception results if: ${{ inputs.debug }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: output path: ./runtime/tests/_output diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index ec72c17..9fcc93e 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -188,7 +188,7 @@ jobs: - name: Archive infection results. if: ${{ inputs.debug }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: infection-${{ matrix.php-version }}-${{ matrix.os }} path: ./infection.log