diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37a1d90..32a74e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: run: pytest tests/ -v -n auto --tb=short --cov=gh_similarity_detector --cov-report=term-missing --cov-report=xml --cov-fail-under=80 - name: Upload coverage if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc3e481..b19a1df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Build wheel run: maturin build --release --interpreter python${{ matrix.python-version }} - name: Upload wheel - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheel-${{ matrix.os }}-py${{ matrix.python-version }} path: src/_module_mirror_rust/target/wheels/*.whl