Skip to content

Commit

Permalink
Merge pull request #396 from aik099/github-actions-upgrade
Browse files Browse the repository at this point in the history
Upgrade GitHub Actions
  • Loading branch information
aik099 authored Oct 31, 2024
2 parents b1f3c59 + a048cf5 commit 74a5cb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,14 @@ jobs:
vendor/bin/phpunit -v --coverage-clover=coverage.xml
- name: Upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml

- name: Archive logs artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: logs_php-${{ matrix.php }}_selenium-2.53.1_firefox
path: |
Expand Down

0 comments on commit 74a5cb8

Please sign in to comment.