File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8585 needs : [build]
8686 steps :
8787 - uses : actions/checkout@v6
88- - uses : DavidAnson/markdownlint-cli2-action@v20
88+ - uses : DavidAnson/markdownlint-cli2-action@v21
8989 with :
9090 globs : |
9191 README.md
@@ -139,7 +139,7 @@ jobs:
139139 - name : Create coverage HTML report
140140 run : python -m coverage html --directory "./build/htmlcov"
141141 - name : Upload coverage report artifact
142- uses : actions/upload-artifact@v4
142+ uses : actions/upload-artifact@v5
143143 with :
144144 name : HTML coverage report
145145 path : build/htmlcov
@@ -158,7 +158,7 @@ jobs:
158158 - name : Install dependencies
159159 run : pip install -U -e ".[all]"
160160 - name : Download coverage report artifact
161- uses : actions/download-artifact@v5
161+ uses : actions/download-artifact@v6
162162 with :
163163 name : HTML coverage report
164164 path : build/htmlcov
You can’t perform that action at this time.
0 commit comments