Skip to content

Commit 19526b3

Browse files
authored
Merge pull request #175 from plugwise/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2.1.0 to 3
2 parents f65df5a + 802959f commit 19526b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 7
7+
CACHE_VERSION: 9
88
DEFAULT_PYTHON: "3.9"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

@@ -284,7 +284,7 @@ jobs:
284284
coverage report --fail-under=94
285285
coverage xml
286286
- name: Upload coverage to Codecov
287-
uses: codecov/codecov-action@v2.1.0
287+
uses: codecov/codecov-action@v3
288288

289289
test-publishing:
290290
name: Build and publish Python 🐍 distributions 📦 to TestPyPI

0 commit comments

Comments
 (0)