From 0f3c5484f40d19b7a60ea858081f22c77deb0fce Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 7 Oct 2025 14:30:00 -0700 Subject: [PATCH] Fix gha api release file path The switch to actions/download-artifacts v5.0.0 changed the output path to no longer include the name specified by upload. Signed-off-by: Derek McGowan --- .github/workflows/api-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-release.yml b/.github/workflows/api-release.yml index 4a87698f47..5adcbdec49 100644 --- a/.github/workflows/api-release.yml +++ b/.github/workflows/api-release.yml @@ -77,4 +77,4 @@ jobs: draft: false make_latest: false prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'rc') }} - body_path: ./builds/containerd-release-notes/release-notes.md + body_path: ./builds/release-notes.md