From edd4845281d15630360a16365d4a93c3e6b11c45 Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Fri, 31 May 2024 15:49:19 +0100 Subject: [PATCH] use v4 actions --- .github/workflows/php.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 5bab155..594da72 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -3,12 +3,12 @@ name: PHP on: [push, pull_request] jobs: - build: + lint-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -31,7 +31,7 @@ jobs: run: composer test - name: Upload coverage report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: coverage-report path: coverage/ \ No newline at end of file