Skip to content

Commit 00ed2fa

Browse files
committed
ghwf upload-artifacts up
1 parent aadaee8 commit 00ed2fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: vendor/bin/phpunit --exclude-group=e2e --coverage-clover=clover.xml
5454

5555
- name: Upload coverage file
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: ${{ matrix.php-version }}-${{ matrix.dependencies }}
5959
path: clover.xml
@@ -74,7 +74,7 @@ jobs:
7474
coverage: none
7575

7676
- name: Download coverage files
77-
uses: actions/download-artifact@v4.1.7
77+
uses: actions/download-artifact@v4
7878
with:
7979
path: build/logs
8080

0 commit comments

Comments
 (0)