Skip to content

Commit

Permalink
use v4 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanrajpac committed May 31, 2024
1 parent 8fbdb84 commit edd4845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/

0 comments on commit edd4845

Please sign in to comment.