Skip to content

Commit 10fd1ec

Browse files
committed
go with v4
1 parent e56922e commit 10fd1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Run test suite
6969
run: composer test:unit -- --coverage-clover coverage.xml
7070
- name: Upload coverage file
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: 'phpunit-${{ matrix.php-version }}-${{ matrix.sf-version }}-coverage'
7474
path: 'coverage.xml'
@@ -125,7 +125,7 @@ jobs:
125125
fetch-depth: 2
126126

127127
- name: Download coverage files
128-
uses: actions/download-artifact@v3
128+
uses: actions/download-artifact@v4
129129
with:
130130
path: reports
131131

0 commit comments

Comments
 (0)