Skip to content

Commit

Permalink
Upgrade other GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Oct 31, 2024
1 parent aae94db commit 8865704
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand All @@ -52,7 +52,7 @@ jobs:
ini-values: date.timezone=Europe/Paris, error_reporting=-1, display_errors=On

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "${{ matrix.node }}"

Expand All @@ -78,8 +78,9 @@ jobs:
vendor/bin/phpunit -v --coverage-clover=coverage.clover
- name: Upload code coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.clover

- name: Archive logs artifacts
Expand Down

0 comments on commit 8865704

Please sign in to comment.