diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b123b2..f7d9248 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: echo "cache-key=composer-php-$PHP_VERSION-$LARAVEL_VERSION-$PREFER_VERSION-${{ hashFiles('composer.json') }}" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache dependencies with: path: ${{ steps.composer-cache.outputs.dir }} @@ -104,6 +104,6 @@ jobs: run: | vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml - - uses: codecov/codecov-action@v3.1.0 + - uses: codecov/codecov-action@v4 with: fail_ci_if_error: false