diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e09589f..7d490d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - run: uv run pytest --cov=askii --cov-report=term-missing --cov-report=xml --cov-fail-under=90 -v - name: Upload coverage if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-xml path: coverage.xml @@ -84,7 +84,7 @@ jobs: - name: Verify py.typed in wheel run: | python -m zipfile -l dist/*.whl | grep "askii/py.typed" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: dist path: dist/