We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc7860 commit 611b80dCopy full SHA for 611b80d
.github/workflows/run-tests.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Execute tests
42
run: vendor/bin/pest tests
43
44
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
47
directory: build
0 commit comments