Skip to content

Commit edd4845

Browse files
committed
use v4 actions
1 parent 8fbdb84 commit edd4845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: PHP
33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
lint-test:
77

88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212

1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
@@ -31,7 +31,7 @@ jobs:
3131
run: composer test
3232

3333
- name: Upload coverage report
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: coverage-report
3737
path: coverage/

0 commit comments

Comments
 (0)