From 13737876fb41cac12b46086db7e8dfb0b1784603 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:42: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 a6e0fcc..e8caa95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Run tests run: pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=language_data --cov-report=xml:junit/coverage-${{ matrix.python-version }}.xml - name: Upload - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: junit-${{ matrix.python-version }} path: junit/* @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest needs: test steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v8 - name: Publish Test Reports uses: EnricoMi/publish-unit-test-result-action/composite@v2 if: always()