diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14ada97cac..5064763ef3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -276,6 +276,10 @@ jobs: with: name: ruff path: target/debug/ruff + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + with: + name: red_knot + path: target/debug/red_knot cargo-test-linux-release: name: "cargo test (linux, release)"