Skip to content

Commit 711a5be

Browse files
authored
Merge branch 'master' into feat/djangocms-link-support
2 parents 1b19954 + de6e566 commit 711a5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dj51_cms41.txt,
2121
]
2222
os: [
23-
ubuntu-20.04,
23+
ubuntu-latest,
2424
]
2525

2626
steps:
@@ -39,4 +39,4 @@ jobs:
3939
run: |
4040
coverage run -m pytest
4141
- name: Upload Coverage to Codecov
42-
uses: codecov/codecov-action@v4
42+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)