File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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/
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/
Original file line number Diff line number Diff line change 2121 !pypy3: mypy
2222
2323commands =
24- ruff .
24+ ruff check .
2525 ruff format --diff .
2626 pytest -sv tests/ --cov =nipreps_versions
2727 !pypy3: mypy src tests
You can’t perform that action at this time.
0 commit comments