Skip to content

Commit e0bbb4d

Browse files
renovate[bot]ericswpark
authored andcommitted
chore(deps): update github artifact actions
1 parent 366739f commit e0bbb4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/server-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
coverage run manage.py test
4444
- name: Upload coverage report
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: coverage-data-${{ matrix.python-version }}
4848
path: ./server/.coverage.*
@@ -63,7 +63,7 @@ jobs:
6363
python -m pip install --upgrade pip
6464
pip install coverage
6565
- name: Download coverage reports from all runners
66-
uses: actions/download-artifact@v6.0.0
66+
uses: actions/download-artifact@v7.0.0
6767
with:
6868
path: ${{ github.workspace }}/
6969
merge-multiple: true

0 commit comments

Comments
 (0)