Skip to content

Commit 20deeaf

Browse files
committed
Update actions/upload-artifact to v4
1 parent 07df3ae commit 20deeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: run phpstan
6363
run: /usr/bin/php7.4 vendor/bin/phpstan analyse src --level 1
6464

65-
- uses: actions/upload-artifact@v2
65+
- uses: actions/upload-artifact@v4
6666
with:
6767
name: test-coverage
6868
path: coverage/

0 commit comments

Comments
 (0)