Skip to content

Commit 0358a77

Browse files
authored
Merge pull request #248 from Pollora/dependabot/github_actions/develop/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 134395d + db2f311 commit 0358a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: vendor/bin/pest --coverage --min=100
3030

3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v5
32+
uses: codecov/codecov-action@v6
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
file: ./coverage.xml

0 commit comments

Comments
 (0)