From 535b12f56fccaf6dd7f943d643b37d69141cb0e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:30:38 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 789ba64aa3..3a19f70f83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Upload coverage # Upload coverage only from the django52 job to avoid duplicate artifacts across the Django test matrix. if: matrix.db-version == 'mysql80' && matrix.django-version == 'django52' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage${{ matrix.pytest-split-group }} path: .coverage @@ -62,7 +62,7 @@ jobs: PYTHON_VERSION: 3.12 - name: Download all artifacts # Downloads coverage1, coverage2, etc. - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 - name: Run coverage run: make ci_coverage - uses: codecov/codecov-action@v4