Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python scripts/check_mutation_score.py mutants/mutmut-cicd-stats.json
--minimum-score 50
--minimum-mutants 2500
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: broad-mutation-stats
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python -m build --outdir dist control-plane
python -m twine check dist/*
python scripts/build_beta_wheels.py --verify-only
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: python-distributions
path: |
Expand Down
Loading