From bc20ba930a3e3396e2aef4e7173165f71d7d811d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:39:27 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/server-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index c48c080e..ab650314 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -42,7 +42,7 @@ jobs: run: | coverage run manage.py test - name: Upload coverage report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-data-${{ matrix.python-version }} path: ./server/.coverage.* @@ -63,7 +63,7 @@ jobs: python -m pip install --upgrade pip pip install coverage - name: Download coverage reports from all runners - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: path: ${{ github.workspace }}/ merge-multiple: true