diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 055ea0d..b0bbe76 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: run: go build - name: Upload build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: go-build-artifact path: ./akile_monitor # Replace with your actual binary file name