Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74a5cb8

Browse files
authored
Merge pull request #396 from aik099/github-actions-upgrade
Upgrade GitHub Actions
2 parents b1f3c59 + a048cf5 commit 74a5cb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,14 @@ jobs:
8585
vendor/bin/phpunit -v --coverage-clover=coverage.xml
8686
8787
- name: Upload coverage
88-
uses: codecov/codecov-action@v2
88+
uses: codecov/codecov-action@v4
8989
with:
90+
token: ${{ secrets.CODECOV_TOKEN }}
9091
files: coverage.xml
9192

9293
- name: Archive logs artifacts
9394
if: ${{ failure() }}
94-
uses: actions/upload-artifact@v2
95+
uses: actions/upload-artifact@v4
9596
with:
9697
name: logs_php-${{ matrix.php }}_selenium-2.53.1_firefox
9798
path: |

0 commit comments

Comments
 (0)