@@ -135,7 +135,7 @@ jobs:
135135 repository-list : ${{ needs.setup.outputs.repository-list }}
136136 tool-list : ${{ needs.setup.outputs.tool-list }}
137137 additional-planemo-options : --skip version_bumped
138- - uses : actions/actions/ upload-artifact@v7
138+ - uses : actions/upload-artifact@v7
139139 if : ${{ failure() }}
140140 with :
141141 name : ' Tool linting output'
@@ -168,7 +168,7 @@ jobs:
168168 run : pip install flake8 flake8-import-order
169169 - name : Flake8
170170 run : echo '${{ needs.setup.outputs.repository-list }}' | xargs -d '\n' flake8 --output-file pylint_report.txt --tee
171- - uses : actions/actions/ upload-artifact@v7
171+ - uses : actions/upload-artifact@v7
172172 if : ${{ failure() }}
173173 with :
174174 name : ' Python linting output'
@@ -207,7 +207,7 @@ jobs:
207207 echo '${{ needs.setup.outputs.repository-list }}' | xargs -d '\n' -n 1 ./.github/styler.R --dry off
208208 git status
209209 git diff --exit-code | tee rlint_report.txt
210- - uses : actions/actions/ upload-artifact@v7
210+ - uses : actions/upload-artifact@v7
211211 if : ${{ failure() }}
212212 with :
213213 name : ' R linting output'
@@ -234,7 +234,7 @@ jobs:
234234 cat file_size_report.txt
235235 exit 1
236236 fi
237- - uses : actions/actions/ upload-artifact@v7
237+ - uses : actions/upload-artifact@v7
238238 if : ${{ failure() }}
239239 with :
240240 name : ' File size report'
@@ -299,7 +299,7 @@ jobs:
299299 galaxy-slots : ${{ steps.cpu-cores.outputs.count }}
300300 # Limit each test to 15 minutes
301301 test_timeout : 1800
302- - uses : actions/actions/ upload-artifact@v7
302+ - uses : actions/upload-artifact@v7
303303 with :
304304 name : ' Tool test output ${{ matrix.chunk }}'
305305 path : upload
@@ -337,7 +337,7 @@ jobs:
337337 mode : combine
338338 html-report : true
339339 markdown-report : true
340- - uses : actions/actions/ upload-artifact@v7
340+ - uses : actions/upload-artifact@v7
341341 with :
342342 name : ' All tool test results'
343343 path : upload
0 commit comments