diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 880f9ee3..576292c1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -76,7 +76,7 @@ jobs: run: vendor/bin/phpstan analyse - name: Archive failed tests artifacts - test output & log - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: test-outputs-php-${{ matrix.php-versions }} diff --git a/src/User/resources/views/bootstrap5/recovery/reset.php b/src/User/resources/views/bootstrap5/recovery/reset.php index 54114877..5d945caa 100644 --- a/src/User/resources/views/bootstrap5/recovery/reset.php +++ b/src/User/resources/views/bootstrap5/recovery/reset.php @@ -22,7 +22,8 @@ $this->params['breadcrumbs'][] = $this->title; ?>