Skip to content

Commit ff272ab

Browse files
committed
ci: bump actions/upload-artifact to v4
1 parent 3c3757f commit ff272ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: make test
4141

4242
- name: Upload PHPUnit report
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: phpunit-report
4646
path: .phpunit.junit.xml

0 commit comments

Comments
 (0)