mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-05-08 15:44:49 +00:00
Merge pull request #234 from jazzband/dependabot/github_actions/codecov/codecov-action-6
Some checks failed
Test / build (Python 3.10, Django 4.2) (push) Has been cancelled
Test / build (Python 3.11, Django 4.2) (push) Has been cancelled
Test / build (Python 3.12, Django 4.2) (push) Has been cancelled
Test / build (Python 3.13, Django 4.2) (push) Has been cancelled
Test / build (Python 3.14, Django 4.2) (push) Has been cancelled
Test / build (Python 3.8, Django 4.2) (push) Has been cancelled
Test / build (Python 3.9, Django 4.2) (push) Has been cancelled
Test / build (Python 3.10, Django 5.0) (push) Has been cancelled
Test / build (Python 3.11, Django 5.0) (push) Has been cancelled
Test / build (Python 3.12, Django 5.0) (push) Has been cancelled
Test / build (Python 3.13, Django 5.0) (push) Has been cancelled
Test / build (Python 3.14, Django 5.0) (push) Has been cancelled
Test / build (Python 3.10, Django 5.1) (push) Has been cancelled
Test / build (Python 3.11, Django 5.1) (push) Has been cancelled
Test / build (Python 3.12, Django 5.1) (push) Has been cancelled
Test / build (Python 3.13, Django 5.1) (push) Has been cancelled
Test / build (Python 3.14, Django 5.1) (push) Has been cancelled
Test / build (Python 3.8, Django 5.1) (push) Has been cancelled
Test / build (Python 3.9, Django 5.1) (push) Has been cancelled
Test / build (Python 3.10, Django 5.2) (push) Has been cancelled
Test / build (Python 3.11, Django 5.2) (push) Has been cancelled
Test / build (Python 3.12, Django 5.2) (push) Has been cancelled
Test / build (Python 3.13, Django 5.2) (push) Has been cancelled
Test / build (Python 3.14, Django 5.2) (push) Has been cancelled
Test / build (Python 3.8, Django 5.2) (push) Has been cancelled
Test / build (Python 3.9, Django 5.2) (push) Has been cancelled
Test / build (Python 3.10, Django main) (push) Has been cancelled
Test / build (Python 3.11, Django main) (push) Has been cancelled
Test / build (Python 3.12, Django main) (push) Has been cancelled
Test / build (Python 3.13, Django main) (push) Has been cancelled
Test / build (Python 3.14, Django main) (push) Has been cancelled
Some checks failed
Test / build (Python 3.10, Django 4.2) (push) Has been cancelled
Test / build (Python 3.11, Django 4.2) (push) Has been cancelled
Test / build (Python 3.12, Django 4.2) (push) Has been cancelled
Test / build (Python 3.13, Django 4.2) (push) Has been cancelled
Test / build (Python 3.14, Django 4.2) (push) Has been cancelled
Test / build (Python 3.8, Django 4.2) (push) Has been cancelled
Test / build (Python 3.9, Django 4.2) (push) Has been cancelled
Test / build (Python 3.10, Django 5.0) (push) Has been cancelled
Test / build (Python 3.11, Django 5.0) (push) Has been cancelled
Test / build (Python 3.12, Django 5.0) (push) Has been cancelled
Test / build (Python 3.13, Django 5.0) (push) Has been cancelled
Test / build (Python 3.14, Django 5.0) (push) Has been cancelled
Test / build (Python 3.10, Django 5.1) (push) Has been cancelled
Test / build (Python 3.11, Django 5.1) (push) Has been cancelled
Test / build (Python 3.12, Django 5.1) (push) Has been cancelled
Test / build (Python 3.13, Django 5.1) (push) Has been cancelled
Test / build (Python 3.14, Django 5.1) (push) Has been cancelled
Test / build (Python 3.8, Django 5.1) (push) Has been cancelled
Test / build (Python 3.9, Django 5.1) (push) Has been cancelled
Test / build (Python 3.10, Django 5.2) (push) Has been cancelled
Test / build (Python 3.11, Django 5.2) (push) Has been cancelled
Test / build (Python 3.12, Django 5.2) (push) Has been cancelled
Test / build (Python 3.13, Django 5.2) (push) Has been cancelled
Test / build (Python 3.14, Django 5.2) (push) Has been cancelled
Test / build (Python 3.8, Django 5.2) (push) Has been cancelled
Test / build (Python 3.9, Django 5.2) (push) Has been cancelled
Test / build (Python 3.10, Django main) (push) Has been cancelled
Test / build (Python 3.11, Django main) (push) Has been cancelled
Test / build (Python 3.12, Django main) (push) Has been cancelled
Test / build (Python 3.13, Django main) (push) Has been cancelled
Test / build (Python 3.14, Django main) (push) Has been cancelled
Bump codecov/codecov-action from 5 to 6
This commit is contained in:
commit
b5f95124ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -56,6 +56,6 @@ jobs:
|
|||
DJANGO: ${{ matrix.django-version }}
|
||||
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v5
|
||||
uses: codecov/codecov-action@v6
|
||||
with:
|
||||
name: Python ${{ matrix.python-version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue