Skip to content

Commit 6a38754

Browse files
author
djklim87
committed
Update CI actions version
1 parent c8348fe commit 6a38754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- nightly
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
- uses: php-actions/composer@v6
2525

@@ -35,7 +35,7 @@ jobs:
3535
configuration: phpunit.xml
3636

3737
- name: Archive code coverage results
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: code-coverage-report
4141
path: coverage/html

0 commit comments

Comments
 (0)