File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 docker pull fluidity/actions:${{ matrix.release }}-${{ github.sha }}
109109 docker run -v $PWD:/host fluidity/actions:${{ matrix.release }}-${{ github.sha }} /bin/bash -c "${{ matrix.command }} && cp -v tests/${{ matrix.output }} /host/${{ matrix.release }}-${{ matrix.output}}"
110110
111- - uses : actions/upload-artifact@v3
111+ - uses : actions/upload-artifact@v4
112112 with :
113113 path : ${{ matrix.release }}-${{ matrix.output }}
114114 name : tests_xml_outputs
@@ -241,7 +241,7 @@ jobs:
241241 docker pull fluidity/actions:jammy-${{ github.sha }}
242242 docker run -v $PWD:/host fluidity/actions:jammy-${{ github.sha }} /bin/bash -c "git clone https://github.com/fluidityproject/longtests && bin/testharness -x test_results_${{ matrix.name }}.xml -f ${{ matrix.name }}.xml && cp -v test_results_${{ matrix.name }}.xml /host"
243243
244- - uses : actions/upload-artifact@v3
244+ - uses : actions/upload-artifact@v4
245245 with :
246246 path : test_results_${{ matrix.name }}.xml
247247 name : tests_xml_outputs
You can’t perform that action at this time.
0 commit comments