diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87e4cc2..dd2e121 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: go mod tidy go build -o "output/$BINARY_NAME" -trimpath -ldflags "$LD_FLAGS" ./ - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: ${{ !github.head_ref }} with: name: ${{ matrix.goos }}_${{ matrix.goarch }}