Skip to content

Commit

Permalink
ghwf upload-artifacts up
Browse files Browse the repository at this point in the history
  • Loading branch information
gam6itko committed Sep 6, 2024
1 parent aadaee8 commit 00ed2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: vendor/bin/phpunit --exclude-group=e2e --coverage-clover=clover.xml

- name: Upload coverage file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.php-version }}-${{ matrix.dependencies }}
path: clover.xml
Expand All @@ -74,7 +74,7 @@ jobs:
coverage: none

- name: Download coverage files
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
path: build/logs

Expand Down

0 comments on commit 00ed2fa

Please sign in to comment.