Skip to content

Commit 04ba4e4

Browse files
committed
Bump github actions
1 parent ff1f72e commit 04ba4e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- '--prefer-stable --prefer-lowest'
2121
name: PHP ${{ matrix.php }} ${{ matrix.composer_args }}
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- uses: shivammathur/setup-php@v2
2525
with:
2626
php-version: ${{ matrix.php }}
@@ -36,7 +36,7 @@ jobs:
3636
- name: PHPStan
3737
run: vendor/bin/phpstan analyse
3838
- if: failure()
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
with:
4141
name: output
4242
path: tests/**/output
@@ -46,7 +46,7 @@ jobs:
4646
needs: [ tests ]
4747
name: Code Style
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
- uses: shivammathur/setup-php@v2
5151
with:
5252
php-version: 8.0
@@ -62,7 +62,7 @@ jobs:
6262
continue-on-error: true
6363
name: Code Coverage
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666
- uses: shivammathur/setup-php@v2
6767
with:
6868
php-version: 8.1

0 commit comments

Comments
 (0)