From 095f2dcad0c25095d03a0a26ebb1f4ee7f5baeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 10 Nov 2025 17:14:06 +0100 Subject: [PATCH] fix(ci): Use new upload_artifacts_gcp step id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit id: upload_artifacts was renamed to upload_artifacts_gcp while adding S3 support, but the id wasn't properly updated in the build-debos job. Signed-off-by: Loïc Minier --- .github/workflows/debos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debos.yml b/.github/workflows/debos.yml index 0045f763..aadcd8ae 100644 --- a/.github/workflows/debos.yml +++ b/.github/workflows/debos.yml @@ -36,7 +36,7 @@ jobs: build-debos: name: Build and upload debos recipes outputs: - url: ${{ steps.upload_artifacts.outputs.url }} + url: ${{ steps.upload_artifacts_gcp.outputs.url }} runs-on: [self-hosted, qcom-u2404, arm64] container: image: public.ecr.aws/debian/debian:trixie