Skip to content

Commit e50d751

Browse files
authored
Merge pull request #8 from nipreps/dependabot/github_actions/actions-infrastructure-8204c6933e
Bump the actions-infrastructure group with 2 updates
2 parents 6beaff8 + e13a85b commit e50d751

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- run: pip install --upgrade build twine
7575
- run: python -m build
7676
- run: twine check dist/*
77-
- uses: actions/upload-artifact@v3
77+
- uses: actions/upload-artifact@v4
7878
with:
7979
name: dist
8080
path: dist/
@@ -86,7 +86,7 @@ jobs:
8686
matrix:
8787
os: ['ubuntu-latest']
8888
steps:
89-
- uses: actions/download-artifact@v3
89+
- uses: actions/download-artifact@v4
9090
with:
9191
name: dist
9292
path: dist/
@@ -113,7 +113,7 @@ jobs:
113113
permissions:
114114
id-token: write
115115
steps:
116-
- uses: actions/download-artifact@v3
116+
- uses: actions/download-artifact@v4
117117
with:
118118
name: dist
119119
path: dist/

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deps =
2121
!pypy3: mypy
2222

2323
commands =
24-
ruff .
24+
ruff check .
2525
ruff format --diff .
2626
pytest -sv tests/ --cov=nipreps_versions
2727
!pypy3: mypy src tests

0 commit comments

Comments
 (0)