diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b4be69..5c1a2ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up php 8.3 uses: shivammathur/setup-php@v2 with: @@ -15,4 +15,6 @@ jobs: - name: Run tests and collect coverage run: vendor/bin/phpunit --coverage-clover coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} # required