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