From 48c0c622f16de52d3bd693335b8ddea3b1c49753 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 11 May 2026 10:17:18 -0700 Subject: [PATCH] fix name of docker retrieval step --- .github/workflows/common_deploy_jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_deploy_jobs.yml b/.github/workflows/common_deploy_jobs.yml index 911b4af22..79bc028f9 100644 --- a/.github/workflows/common_deploy_jobs.yml +++ b/.github/workflows/common_deploy_jobs.yml @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v6.0.2 with: persist-credentials: false - - name: Retrieve Certbot snaps + - name: Retrieve Docker images uses: actions/download-artifact@v8.0.1 with: name: docker_${{ matrix.DOCKER_ARCH }}