From dfa4e003d11d668051922182e7ff25159ccfbfb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:28:35 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42e6c88..c5b0fa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Build package run: uv build - name: Upload dist - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: dist/* @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download dist - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download dist - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist @@ -70,7 +70,7 @@ jobs: run: uv run pytest tests/ --cov=dystemctl --cov-report=xml - if: matrix.python-version == '3.13' name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: false files: coverage.xml