@@ -657,6 +657,7 @@ jobs:
657657 - uses : actions/download-artifact@v4
658658 with :
659659 name : artifacts-${{ matrix.platform.ARTIFACT }}
660+ path : out
660661
661662 - name : Run test
662663 run : |
@@ -721,6 +722,7 @@ jobs:
721722 - uses : actions/download-artifact@v4
722723 with :
723724 name : artifacts-${{ matrix.ARTIFACT }}
725+ path : out
724726
725727 - if : matrix.DISTRO == 'Debian'
726728 uses : docker://hasufell/arm64v8-debian-haskell:10
@@ -758,6 +760,7 @@ jobs:
758760 - uses : actions/download-artifact@v4
759761 with :
760762 name : artifacts-${{ env.ARTIFACT }}
763+ path : out
761764
762765 - uses : actions/download-artifact@v4
763766 with :
@@ -793,6 +796,7 @@ jobs:
793796 - uses : actions/download-artifact@v4
794797 with :
795798 name : artifacts-${{ env.ARTIFACT }}
799+ path : out
796800
797801 - uses : actions/download-artifact@v4
798802 with :
@@ -835,6 +839,7 @@ jobs:
835839 - uses : actions/download-artifact@v4
836840 with :
837841 name : artifacts-${{ env.ARTIFACT }}
842+ path : out
838843
839844 - uses : actions/download-artifact@v4
840845 with :
@@ -873,6 +878,7 @@ jobs:
873878 - uses : actions/download-artifact@v4
874879 with :
875880 name : artifacts-${{ env.ARTIFACT }}
881+ path : out
876882
877883 - uses : actions/download-artifact@v4
878884 with :
@@ -924,6 +930,7 @@ jobs:
924930 with :
925931 pattern : artifacts-*
926932 merge-multiple : true
933+ path : out
927934
928935 - name : Install requirements
929936 run : |
0 commit comments