Merge pull request #61 from str4d/dependabot/github_actions/codecov/codecov-action-3.1.0

Bump codecov/codecov-action from 1.0.3 to 3.1.0
This commit is contained in:
str4d
2022-04-30 21:06:56 +01:00
committed by GitHub
+1 -1
View File
@@ -105,7 +105,7 @@ jobs:
with:
args: --release --timeout 180 --out Xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.3
uses: codecov/codecov-action@v3.1.0
with:
token: ${{secrets.CODECOV_TOKEN}}