diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 29fe089..cb87f18 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -16,6 +16,8 @@ jobs: build_test: uses: SoloJacobs/test_ci/.github/workflows/test.yml@main download: - - uses: actions/download-artifact@v3 - with: - name: my-artifact + needs: build_test + steps: + - uses: actions/download-artifact@v3 + with: + name: my-artifact