We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366739f commit e0bbb4dCopy full SHA for e0bbb4d
.github/workflows/server-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
coverage run manage.py test
44
- name: Upload coverage report
45
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
46
with:
47
name: coverage-data-${{ matrix.python-version }}
48
path: ./server/.coverage.*
@@ -63,7 +63,7 @@ jobs:
63
python -m pip install --upgrade pip
64
pip install coverage
65
- name: Download coverage reports from all runners
66
- uses: actions/download-artifact@v6.0.0
+ uses: actions/download-artifact@v7.0.0
67
68
path: ${{ github.workspace }}/
69
merge-multiple: true
0 commit comments