Skip to content

Commit

Permalink
Merge pull request #8 from nipreps/dependabot/github_actions/actions-…
Browse files Browse the repository at this point in the history
…infrastructure-8204c6933e

Bump the actions-infrastructure group with 2 updates
  • Loading branch information
effigies authored Dec 10, 2024
2 parents 6beaff8 + e13a85b commit e50d751
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- run: pip install --upgrade build twine
- run: python -m build
- run: twine check dist/*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand All @@ -86,7 +86,7 @@ jobs:
matrix:
os: ['ubuntu-latest']
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand All @@ -113,7 +113,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deps =
!pypy3: mypy

commands =
ruff .
ruff check .
ruff format --diff .
pytest -sv tests/ --cov=nipreps_versions
!pypy3: mypy src tests

0 comments on commit e50d751

Please sign in to comment.