From 2670efefdb1caac62e02e88db88569e0136a13cf Mon Sep 17 00:00:00 2001 From: Andrew Rylatt Date: Tue, 4 Apr 2023 21:43:24 +0100 Subject: [PATCH] chore: rename build steps --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 54c1004..8042122 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,7 @@ jobs: GOPATH: ${{ github.workspace }}/go run: go build -v . - - name: Archive Binary + - name: Archive binary uses: actions/upload-artifact@v3 with: name: envoy-preflight @@ -51,7 +51,7 @@ jobs: permissions: contents: write steps: - - name: Download a single artifact + - name: Fetch binary uses: actions/download-artifact@v3 with: name: envoy-preflight